Skip to content
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

Open
YodasWs opened this issue May 23, 2015 · 5 comments
Open

Add In-app Purchases #49

YodasWs opened this issue May 23, 2015 · 5 comments

Comments

@YodasWs
Copy link
Owner

YodasWs commented May 23, 2015

Add in-app purchases to Android app.

@YodasWs
Copy link
Owner Author

YodasWs commented May 23, 2015

Found a loan error log statement:

[20-May-2015 03:15:23 America/New_York]
Message: Uncaught ReferenceError: inappbilling is not defined;
http://yodasws.github.io/incremental-game/www/js/android.js line 32; browser: Android

The above is from the Android browser, not the Android app, but a problem to correct nonetheless.

@YodasWs
Copy link
Owner Author

YodasWs commented Jun 9, 2015

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... 아이고...

@YodasWs
Copy link
Owner Author

YodasWs commented Jun 10, 2015

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?

@YodasWs
Copy link
Owner Author

YodasWs commented Jun 16, 2015

I have no idea why this isn't working... inappbilling initializes successfully and loads an empty list of products... _What am I missing?_

@YodasWs
Copy link
Owner Author

YodasWs commented Jun 16, 2015

I've opened a new issue over on the plugin's GitHub repo.

YodasWs added a commit that referenced this issue Jun 17, 2015
YodasWs added a commit that referenced this issue Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant