dzduole 4be683fb33 中文和声音头像OK 1 bulan lalu
..
.sample.json 4be683fb33 中文和声音头像OK 1 bulan lalu
GettingIntroductoryPrices.cs 4be683fb33 中文和声音头像OK 1 bulan lalu
GettingIntroductoryPrices.cs.meta 4be683fb33 中文和声音头像OK 1 bulan lalu
GettingIntroductoryPrices.unity 4be683fb33 中文和声音头像OK 1 bulan lalu
GettingIntroductoryPrices.unity.meta 4be683fb33 中文和声音头像OK 1 bulan lalu
README.md 4be683fb33 中文和声音头像OK 1 bulan lalu
README.md.meta 4be683fb33 中文和声音头像OK 1 bulan lalu
UserWarningAppleAppStore.cs 4be683fb33 中文和声音头像OK 1 bulan lalu
UserWarningAppleAppStore.cs.meta 4be683fb33 中文和声音头像OK 1 bulan lalu

README.md

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:

  1. Have in-app purchasing correctly configured with the Apple App Store.
  2. Configure a subscription product.
  3. Follow Set an introductory offer for an auto-renewable subscription to set up introductory pricing for the subscription.
  4. Set your own product's id in the InAppPurchasing game object > Getting Introductory Prices script > Subscription Product Id field or change the subscriptionProductId field in the GettingIntroductoryPrices.cs script.
  5. Build your project for iOS.
    1. 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 .