In the scenario where a user needs to restore their subscription and the subscription has multiple base plans for different levels of functionality in the app, how can I identify what base plan the user has subscribed to?
Calling the 'GetPurchasesAsync' method returns the subscription details, but nowhere in this information (that I can identify) is the Base Plan ID or token that is passed to the 'PurchaseAsync' method.
In the scenario where a user needs to restore their subscription and the subscription has multiple base plans for different levels of functionality in the app, how can I identify what base plan the user has subscribed to?
Calling the 'GetPurchasesAsync' method returns the subscription details, but nowhere in this information (that I can identify) is the Base Plan ID or token that is passed to the 'PurchaseAsync' method.
Thanks, M