Hi,
While following the tutorial for setting up IAP at http://coronalabs.com/blog/2013/09/03/tutorial-understanding-in-app-purchases/, I ran into a couple of issues. I did some searching afterwards, and now I am more confused than ever LOL. I do however have my app set up and working with the iTunes IAP, so my concern is only Android-specific.
So here are my questions:
-
I had built a new APK with the new Google Play IAP stuff. My currently live app (no IAP) is using Version Code 7, so the new one (with IAP) will use Version Code 8. I uploaded it, saved it as draft and assigned it Alpha status. OK so far, right?
-
Then I created my IAP product. My question is, does it take a few hours for this to process, and thus I cannot test right away?
-
To test this product ID, do I need to add a new Google account on my device with the tester ID specified in the Settings of the Developer Console?
-
When I want to test the APK on my device with the test account, should this APK be signed (not debug build), and should it use the alpha draft’s version code (8), or the currently published (non-IAP) version code (7)??? I saw a post on stackoverflow where they were saying to test with the older code. Can someone clear this up?
Any help would be great, especially from those who got it working!