-
Notifications
You must be signed in to change notification settings - Fork 3
Stores setup
Here comes the general instructions how you can test in-app purchasing with your application regarding stores.
In case you are using the code provided as sample application for testing, please read about disabling [automatic tests](Automatic tests) if they get into your way.
Recently you can test IAP on PlayStore only if your app is already published. If you don't want to make it available before testing, you can publish it in alpha (recommended) or beta state instead of production.
Read Goolge's documentations about IAP and testing it. Any thing may have been changed in between.
Steps to setup IAP in Google's developer console:
-
Developer Console
Create your app, provide all needed meta data -
Developer Console
Upload a signed release APK to either alpha, beta or production -
Developer Console
Setup your in app items -
Developer Console
Setup your test users if you don't want to spend real money buying your own app ;) Its easier to be done with an alpha published app. You add users to a google group then send a link and they # on their own. -
Developer Console
Publish your app and wait until it is available to (test) users. This may take hours! -
Install same release signed app on a device which is logged into play store using a test account. If you use the debug build, you can do some actions, however you will not be able to buy the product.
-
Try in-app purchasing!
Yet to come!
- Installation
- [Stores setup](Stores setup)
- [Purchase verification](Purchase verification)
- [Testing plugin](Automatic tests)
- [API documentation](API documentation)
- Debugging
- Roadmap
- [Compatibility issues](Compatibility issues)