-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add In-app Purchases #49
Comments
Found a loan error log statement:
The above is from the Android browser, not the Android app, but a problem to correct nonetheless. |
That error will go away by testing for ´window.inappbilling´ instead of simply ´inappbilling´. The real worrisome bit is that I just this evening discovered a typo where the items are merged... 아이고... |
InAppBilling successfully loads and is initialized and then loads zero items! Why zero? The AndroidInAppBilling documentation suggests that I need to do server-side verification, but without a link to Google's documentation nor any examples/documentation on its returned data. Am I required to do some verification before I can obtain product information? |
I have no idea why this isn't working... |
Add in-app purchases to Android app.
The text was updated successfully, but these errors were encountered: