Class SubscriptionManager
Use to query in-app purchasing subscription product information, and upgrade subscription products. Supports the Apple App Store, Google Play store, and Amazon AppStore. Note Amazon support offers no subscription duration information. Note expiration dates may become invalid after updating subscriptions between two types of duration.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class SubscriptionManager
Constructors
Name | Description |
---|---|
SubscriptionManager(string, string, string) | Construct an object that allows inspection of a subscription product. |
SubscriptionManager(Product, string) | Construct an object that allows inspection of a subscription product. |
Methods
Name | Description |
---|---|
UpdateSubscription(Product, Product, string, Action<Product, string>, Action<string, string>) | Performs subscription updating, migrating a subscription into another as long as they are both members of the same subscription group on the App Store. |
UpdateSubscriptionInAppleStore(Product, string, Action<Product, string>) | Performs subscription updating, migrating a subscription into another as long as they are both members of the same subscription group on the App Store. |
UpdateSubscriptionInGooglePlayStore(Product, Product, Action<string, string>) | Performs subscription updating, migrating a subscription into another as long as they are both members of the same subscription group on the App Store. |
getSubscriptionInfo() | Convert my Product into a |