-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin replies always with empty skuList = [] #2
Comments
Still not working even when uploading same signed APK into device that was used to upload in store. At least in Android device, as well as Genymotion with latest Google Play, it always back skuList=[]. D/WizPurchase(32070): initialising plugin In addition, provided link to test APK for your demo app is not working. 404 error. |
This plugin doesn't retrieve properly the list of products. I've switched to use the fovea plugin and it retrieves the product list from the server even when APK is not signed (https://github.com/j3k0/cordova-plugin-purchase). Signed APK only required at purchase confirmation, otherwise it doesn't allow to do purchasing, but it's possible to retrieve product list. |
Hey man, got the similar problem. Did you solve this anyhow? |
Worked for me but you have to follow his example explicitly. You can see what is returned via: |
From Android log I can see this:
D/WizPurchase( 7541): Inside mGotDetailsListener
D/WizPurchase( 7541): Update Inventory
D/WizPurchase( 7541): Query details was successful.IabResult: Inventory refresh successful. (response: 0:OK)
D/WizPurchase( 7541): skuList: []
I have my App in Beta published with 5 products activated for in-app purchase.
Any idea?
The text was updated successfully, but these errors were encountered: