I wonder if anybody can share tips on implementing a data subscription for the Android App.
I'm working on App that will be available from Google Play Store, but I want the updates to be available only to members who pay subscription. I guess in this case I would have to implement some kind of LOGIN procedure (or some simple way of device login, i.e based on device IMEI)
Seems like there are 2 scenarios available:
1. Updating whole App + database through Google Play (but I have no idea how to implement a membership)
2. Updating database only for registered members.
or perhaps there is another option....
Any suggestions ?
Arthur
I'm working on App that will be available from Google Play Store, but I want the updates to be available only to members who pay subscription. I guess in this case I would have to implement some kind of LOGIN procedure (or some simple way of device login, i.e based on device IMEI)
Seems like there are 2 scenarios available:
1. Updating whole App + database through Google Play (but I have no idea how to implement a membership)
2. Updating database only for registered members.
or perhaps there is another option....
Any suggestions ?
Arthur