In my application i want to implement a trial and full version functionality for my application. In this trial version will be available to all and full version will be available to users who paid the full version. So please suggest me the ways by which i can implement such functionality?
Share
There are two ways to do this, that I can think of:
I recommend the second way as the user will have to download the app only once.
Refer to Android’s In-App Billing Documentation here : http://developer.android.com/guide/market/billing/index.html
Hope, this helps. Cheers!