2.0 KiB
2.0 KiB
README - In-App Purchasing Sample Scenes - Apple App Store - Getting Introductory Prices
This sample showcases how to use Apple extensions to get introductory subscription offer information.
Instructions to test this sample:
- Have in-app purchasing correctly configured with the Apple App Store.
- Configure a subscription product.
- Follow Set an introductory offer for an auto-renewable subscription to set up introductory pricing for the subscription.
- Set your own product's id in the
InAppPurchasing game object > Getting Introductory Prices script > Subscription Product Id field
or change thesubscriptionProductId
field in theGettingIntroductoryPrices.cs
script. - Build your project for
iOS
.- If you are using a simulator with Xcode 12+, follow these instructions to set up StoreKit Testing.
Getting Introductory Prices
From Apple's documentation:
Apps with auto-renewable subscriptions can offer a discounted introductory price, including a free trial, to eligible users. You can make introductory offers to customers who haven’t previously received an introductory offer for the given product, or for any products in the same subscription group.
IAppleExtension.GetIntroductoryPriceDictionary
returns a dictionary of JSON encoded strings keyed by productIds.
For more information about Apple's introductory pricing for subscriptions, see Implementing Introductory Offers in Your App .