AndroidInAppPurchase
AndroidInAppPurchase copied to clipboard
Adobe AIR native extension (ANE) for Android to purchase virtual items
I have tried to make purchase with test id and it shows Signature verification failed for sku android.test.purchased (response: -1003:Purchase signature verification failed and it dont call success method ....
I recently created a question on Stack Overflow on how to go about correctly setting up the ANE. I read the docs and readME but still I am having trouble...
It doesn't crash with google demo ids, any one have a similar issue?
Is it fairly easy to add x86 support to this ANE? Is it just rebuilding with that setting turned on?
Epoch time overflows because it is returned as an int, maybe it should be a Number? Although it is correct in the _json string.
I've added In-App billing function to my application using your ANE. The flow for the purchases when the users have already been logged-in to their account on their phones are...
In the readme.md, in the examples part there is a small typo where an Array is defined with generic type: ``` var items:Array = ["my.product.id1", "my.product.id2", "my.product.id3"]; var subs:Array =...
Hello, Thank you for this great extension, it works perfect except that while displaying the system dialog of in app purchase, if I suspend/resume the application, the another dialog appears...
When I work with native extension screen and fold/unfold my application the application crashes. Does anybody face to this problem?