Method UpdateSubscriptionInGooglePlayStore
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.
Declaration
public static void UpdateSubscriptionInGooglePlayStore(Product oldProduct, Product newProduct, Action<string, string> googlePlayUpdateCallback)
Parameters
Type | Name | Description |
---|---|---|
Product | oldProduct | Source subscription product, belonging to the same subscription group as |
Product | newProduct | Destination subscription product, belonging to the same subscription group as |
Action<string, string> | googlePlayUpdateCallback | Triggered upon completion of the subscription update. |