My app contains subscription based functionality for purchase. So which way I require to move ahead into this. When I search for this in Google, I always found Consumable and Non-Consumable related product purchase related source code.
I want to move ahead with Renewable Subscription purchase. At present i have Prime31 plugin with following source code written:
Subscription Purchase in iOS
I want to move ahead with Renewable Subscription purchase. At present i have Prime31 plugin with following source code written:
Code (CSharp):
- #if UNITY_ANDROID
- var productId = GameConstants.SKU_PURCHASE_9999_COINS;
- //// var...