How to set-up In App Purchase free trial period in iOS app

前端 未结 5 1721
失恋的感觉
失恋的感觉 2020-12-08 04:01

In Apple\'s AppStore Terms & Conditions, you may find the following statement in relation to Auto-renewable In App Purchases:

\"Certain paid In Ap

5条回答
  •  自闭症患者
    2020-12-08 04:56

    As of October 2019, follow this :

    In iTunes, Select My apps --> features --> In-app purchases

    1. Click on Product ID
    2. Subscription Prices
    3. Create introductory offer
    4. Select territory
    5. Choose start and End date. Select today's date and No end date if it's Free Trial.
    6. Select type (Trial) and duration of trial.

    During receipt validation in server side, you can check for is_trial_period to determine if it is in Trial.

    https://developer.apple.com/documentation/storekit/in-app_purchase/implementing_introductory_offers_in_your_app

提交回复
热议问题