question

Anton Petrov avatar image
Anton Petrov asked

Why Appstore SDK Plugin for Unity does not work (a lot of COMMAND_SERVICE_NOT_INSTALLED errors in the logcat)?

I am using Unity 2020.3 and the latest Appstore SDK Plugin for Unity.

I have added a public key (AppstoreAuthenticationKey.pem file) to the StreamingAssets folder of the Unity project.

I have installed Amazon App Tester and pushed some IAPs in JSON format for the app tester.

When I run my game on the device and check the logcat there are a lot of errors like this:

Debug Kiwi CommandServiceClient: Binding Service!!!
Debug Kiwi CommandServiceClient: Created intent with  action  com.amazon.venezia.CommandService
Error Kiwi CommandServiceClient: CommandServiceException happened, retriesLeft=2
Error Kiwi com.amazon.android.a.n.a.a.c: COMMAND_SERVICE_NOT_INSTALLED: null: null
Error Kiwi     at com.amazon.android.a.n.a.d.e(CommandServiceClient.java:257)
Error Kiwi     at com.amazon.android.a.n.a.d.a(CommandServiceClient.java:181)
Error Kiwi     at com.amazon.android.a.n.a.a.a(AbstractCommandTask.java:124)
Error Kiwi     at com.amazon.android.a.n.c.b.f(TaskWorkflow.java:78)
Error Kiwi     at com.amazon.android.a.n.c.b.a(TaskWorkflow.java:49)
Error Kiwi     at com.amazon.android.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
Error Kiwi     at android.os.Handler.handleCallback(Handler.java:942)
Error Kiwi     at android.os.Handler.dispatchMessage(Handler.java:99)
Error Kiwi     at android.os.Looper.loopOnce(Looper.java:226)
Error Kiwi     at android.os.Looper.loop(Looper.java:313)
Error Kiwi     at android.os.HandlerThread.run(HandlerThread.java:67)

Why is this happening?

Calling GetProductData returns empty response with FAILED status.

amazon appstoreunity
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers