iOS In-App Purchase (IAP)

iOS In-App Purchase (IAP) is a feature provided by Apple that allows app owners to sell digital content and services within their iOS apps. This can include things like subscriptions, premium features

How to setup In App Purchase?

Setup IAP agreements on your AppStore account.

  • Fill-up both Free and Paid agreements. Also fill up tax forms, banking information and Legal entity information.

Create In-App Purchase Products

There are 4 types of in-app purchases.

  • Consumable: These are items that can be used up or expire over time and can be bought multiple times (e.g. in-game currency, items, or other virtual goods).

  • Non-Consumable: These are permanent items that can only be purchased once (e.g. unlocking a full version of an app or purchasing a permanent game character).

  • Auto-renewable subscriptions: This type of in-app purchase allows a user to subscribe to a service or content within an app on a recurring basis.

  • Non-renewable subscriptions: This type of in-app purchase allows a user to subscribe to a service or content within an app for a specific duration of time.

Check below 👇🏻 how you can create different type of products on AppStore.

1.) Go to AppStoreConnect -> Your Application and click on In-App Purchases menu.

2.) Click on + icon to create a product.

3.) Select appropriate type from the Create an In-App Purchase popup.

4.) Fill-up all the necessary information of the product such as pricing. For the testing purpose only pricing is required, you can fill-up other information when you are ready to go live.

Create Sandbox User Account to Test IAP

You will need to create Sandbox User if you want to test IAP in your app. Apple only allows Sandbox users to test IAPs. Follow below steps to create sandox account.

1.) Go to AppStoreConnect -> Users and Access -> Sandbox Testers

2.) Click on + button create a Sandbox account.

3.) Now in your iPhone, go to Settings -> App Store -> SANDBOX ACCOUNT. Login with your Sandbox account there. Logout if its shows any other account.

Last updated