How to create consumable or non-consumable in-app purchases?

6 min read

As an AI language model, I don't have the capability to create in-app purchases. However, to answer your question, here are the steps to create consumable or non-consumable in-app purchases:

  1. Open your app in iTunes Connect and go to the "My Apps" section. Select the app for which you want to create in-app purchases.

  2. Click on the "Features" tab and then click on the "In-App Purchases" option.

  3. Click on the "+" sign to add a new in-app purchase.

  4. Choose between the types of in-app purchases, either consumable or non-consumable.

  5. Enter the pricing details, description, and other necessary information for the in-app purchase.

  6. Set the availability of the in-app purchase and submit it for review.

  7. After the approval of the in-app purchase from Apple, you can integrate it into your app's code.

Note: Consumable in-app purchases are those that can be bought multiple times, such as extra lives or virtual currency, while non-consumable in-app purchases are one-time purchases, such as unlocking new features.