Android Question Google Billing Multiple Subscriptions

Setlodi

Active Member
Hi Fellow Developers

I'm planning to publish my app on Google Play soon and I just have a few questions which I hope to get clarity on.
  1. Does Google Billing allow for multiple subscriptions on a single application (refer to the image)?
  2. If so, do I need to have multiple SKUs?
  3. Do I need to have different APKs for different subscription options?
Thank you in advance.

Subs Template.png
 

asales

Expert
Licensed User
Longtime User
1 - Yes. You can create a monthly basic plan with different options: Basic Plan Silver, Basic Plan Gold, Basic Plan Diamond, etc.
2 - Yes. Every plan has your own SKU
3 - No. Put all the plans in the same app.
 
Upvote 0
Top