distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

InAppBilling Purchase signature verification failed #34

Closed sadensmol closed 10 years ago

sadensmol commented 10 years ago

Hi, its me again.

New problem, After I successfully bought product I can't get products from google. Look, setup was successful, I call getProducts and what i see in logs: screen shot 2014-04-02 at 22 40 19 in application logs i see: version = "2.6.Android.1.4" data = "Error refreshing inventory (querying owned items). (response: -1003:Purchase signature verification failed)" type = "products:failed"

my products have been setup as managed. Why it doesn't give me products list? wjy i see my purchase information in android logs but in flash i see error?

marchbold commented 10 years ago

Hi,

This will be because you have supplied an invalid/incorrect key to the extension. The signatures are verified using your base64 key (in the example this is the GOOGLE_PLAY_INAPP_BILLING_KEY). You need to double check your setup and make sure that the key you are using is the correct one for your application id. At a guess you didn't update it when you changed application ids?

Cheers, Michael

sadensmol commented 10 years ago

Hi. Got it. It works! Thank you for help!

marchbold commented 10 years ago

No problems