Non-subscription In-app Purchase Types
Consumable in-app purchases These in-app purchases can be used just once. They are depleted and can be purchased again. They are usually linked to coins or gems that users purchase to spend on virtual resources in an app. Non-consumable in-app purchases Non-consumable purchases are not depleted, as the name implies. You can unlock premium features in your app, like photo filters, fonts, or lifetime premium access.Entitlements and Products
An Entitlement unlocks access to the premium features of your application when a user makes a purchase. You can read more about Qonversion entitlements here. A Product in Qonversion is linked to a specific Apple and Google store product. You can read more about Qonversion products here. To change the set of products offered to a user remotely without releasing app updates, use a Remote Config.Providing lifetime access with in-app purchase
Use non-consumable in-app purchase to provide lifetime access and follow these steps:- Create an app store product:
- iOS: Create non-consumable in-app purchase on the App Store Connect.
- Android: Create an in-app product on Google Play Developer Console.
com.testgame.lifetime.99.
On Google Play, one-time products can define multiple purchase options. If you want a Qonversion product to map to a specific purchase option, set its identifier in the Google Play Purchase Option ID field when creating the product — the same way base plans work for subscriptions. Leave the field empty to use the product’s default purchase option.
-
Create Qonversion Product with qonversion ID
lifetimeand link it to the app store product from the previous step. -
Create an Entitlement
premiumand link it to the Qonversion Product. This Entitlement will be active after a user purchases the product linked to it. -
Optional: Create a Remote Config holding the product ID
lifetime. Then you can easily change the list of products shown in your app without a release.
Deferred Purchases Store Product Price Changes