Skip to content
Mohammad Naghavi edited this page Jun 26, 2014 · 6 revisions

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.

PlayStore

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:

  1. Developer Console Create your app, provide all needed meta data

  2. Developer Console Upload a signed release APK to either alpha, beta or production

  3. Developer Console Setup your in app items

  4. 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.

  5. Developer Console Publish your app and wait until it is available to (test) users. This may take hours!

  6. 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.

  7. Try in-app purchasing!

iTunes

Yet to come!

  • Installation
  • [Stores setup](Stores setup)
  • [Purchase verification](Purchase verification)
  • [Testing plugin](Automatic tests)
  • [API documentation](API documentation)
  • Debugging

Philosophy

  • Roadmap
  • [Compatibility issues](Compatibility issues)

API

Clone this wiki locally