I need to create app with which will use month/year subscription.(pay per month/year for app)
Does enyone has experience or created something like this? What is best solution?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android Market as of yet does not have auto-renewal feature so you will have to check that for yourself.
Subscription Model can have architecture.
Based solely on your device- This approach is suitable when you do not have to interact with outside world(using internet) eg can be games and other common apps
Here subscription has to checked on device itself.here you an can the subscription date on device as sharedpreference or in database. and check it whenever your app starts
When your applcation regularly interacts with your server. eg can be newspaper apps.
Here you can maintain device subscription status at you end by identifiying unique user/device.And check the subscription status whenever user connects to your server.
Update :
Auto Update and Renewal features have been added to In-App billing check here