Is the Appstore SDK Plugin for Unity 64-bit compliant?

Hello! I am using the latest version of Appstore SDK Plugin for Unity (v3.0.2) and get a warning when I upload a build:

Your APK is not 64-bit compliant

As I understand it, the problem is due to the lack of a 64-bit version of libAmazonIapV2Bridge.so. Are there any solutions?

Hi Vlad,

Welcome to the Forums, and thanks for posting! Quick answer: at the moment, the Appstore SDK Plugin for Unity (and specifically its libAmazonIapV2Bridge.so) is 32-bit only, which means that you would need to build and submit your game/app as a 32-bit binary.

If, however, you require your game to be 64-bit, then I would suggest to use Unity’s IAP directly, please see:

Oh, but that basically means that using the official SDK makes the app incompatible with the latest Amazon devices (such as Fire tablets 2021 and later), quite a strange situation. It would be good if the documentation specified that it is better to use Unity IAP, this would save developers a lot of time.

Are there any plans to update the official SDK? Since Amazon Store support has been removed in upcoming Unity IAP version 5. Changelog | In App Purchasing | 5.0.0-pre.6

Yes! It is really strange Unity have removed its Unity IAP support for amazon appstore. Kindly give a solution to this issue.