Method UpdateSubscriptionInAppleStore
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.
Declaration
public static void UpdateSubscriptionInAppleStore(Product newProduct, string developerPayload, Action<Product, string> appleStoreUpdateCallback)
Parameters
Type | Name | Description |
---|---|---|
Product | newProduct | Destination subscription product, belonging to the same subscription group as |
string | developerPayload | Carried-over metadata from prior call to |
Action<Product, string> | appleStoreUpdateCallback | Triggered upon completion of the subscription update. |