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

前端 未结 5 1720
失恋的感觉
失恋的感觉 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:31

    Works for 2020.03.16

    8 steps in detail

    Firstly, your products should be approved.

    1

    2

    3

    4

    5

    6

    7

    8

    And you got

    After several hours, it works

    0 讨论(0)
  • 2020-12-08 04:41

    After you log in to iTunesConnect...

    • Select Manage Your Apps.

    Manage Your Apps

    • Select your app.
    • Select Manage In-App Purchases.

    Manage In-App Purchases

    • Select the subscription family you want to add a free trial to.
    • Select a duration.

    Durations

    • Set Offer a free trial? to Yes.
    • Select free trial duration.

    enter image description here

    0 讨论(0)
  • 2020-12-08 04:45

    Five years later - Apple has changed the way you offer free trial for users. source: https://itunespartner.apple.com/en/apps/news/4406427

    From now it's under "introductory price", see here for more details: https://help.apple.com/itunes-connect/developer/#/deve1d49254f

    Update 3/2020: now it's called "Create Introductory Offer"

    0 讨论(0)
  • 2020-12-08 04:45

    In iTunes Connect

    App > Manage In App Purchases > Subscription Basic > 1 Month > Offer a free trial?

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题