Android Question In-app subscriptions

cengolo

Member
Licensed User
Longtime User
Dear all,

I need to create an application which has In-app subscriptions. The application itself will be free. But some features will be based on monthly subscriptions. If the user wants to see that section, he need to be taken to the payment page.


On the 1st day of each month, all subscriptions will be nulled and all users will be warned to renew their subscriptions. After that, if the user did not pay for that month’s subscription, he will not be able to access that part of the program and an alert will be displayed to take him to store to pay for that month’s fee.

has anyone tried something like that before? can you share your experiences?

Really don’t know where to start, you help will be appreciated.
 

johndb

Active Member
Licensed User
Longtime User
Dear all,

I need to create an application which has In-app subscriptions. The application itself will be free. But some features will be based on monthly subscriptions. If the user wants to see that section, he need to be taken to the payment page.


On the 1st day of each month, all subscriptions will be nulled and all users will be warned to renew their subscriptions. After that, if the user did not pay for that month’s subscription, he will not be able to access that part of the program and an alert will be displayed to take him to store to pay for that month’s fee.

has anyone tried something like that before? can you share your experiences?

Really don’t know where to start, you help will be appreciated.

You could start by reviewing the In-App billing tutorial here: https://www.b4x.com/android/forum/threads/android-in-app-billing-v3-tutorial.29997/
 
Upvote 0
Top