暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
APPLE c9d5bdcd60 va 1年前
..
.sample.json va 1年前
GettingIntroductoryPrices.cs va 1年前
GettingIntroductoryPrices.cs.meta va 1年前
GettingIntroductoryPrices.unity va 1年前
GettingIntroductoryPrices.unity.meta va 1年前
README.md va 1年前
README.md.meta va 1年前
UserWarningAppleAppStore.cs va 1年前
UserWarningAppleAppStore.cs.meta va 1年前

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 .