Question

I'm going to publish one commercial application on Google.Play. I have idea to create only one version. It's free to use during 2 weeks after installation (trial period). After expiring of trial period user will have dialog with suggestion to buy full lifetime license of application throw the standard in-app billing (Google.Play purchase for managed product).

I have no experience with Google.Play production. The questions for more skilled guys:

  1. Is it proper way to do such things? I mean unlocking free trial app using in-app purchase.
  2. Is it easy to restore transaction after reinstallation of application/changing devise? Do I need to save some information about transaction on my web server or something?
  3. Does anyone have some experience in this way?

Thanks for your help!

Was it helpful?

Solution

Answering my own question:

Is it proper way to do such things? I mean unlocking free trial app using in-app purchase.

The final decision was to make limited APP with managed build-inn purchased for unlocking PRO functions. This model works good for me. Users happy to use some functionality for free. If they need more or they want to support development they buy pro license.

Is it easy to restore transaction after reinstallation of application/changing devise? Do

I need to save some information about transaction on my web server or something?* Google storing purchased items for accounts. And you are free to request it restoring from app. So no problem and you don't need your server.

Does anyone have some experience in this way?

Found apps that successfully use same way. My app is one of it now.

Recommendation: For easy use of IN-APP billing API found really good free and open source library AndroidBillingLibrary that make it fairly easy to implement. https://github.com/robotmedia/AndroidBillingLibrary

OTHER TIPS

For subscriptions there is a built in "Free trial period" feature that you can use:

You can offer a configurable trial period for any subscription.

Taken from here: http://developer.android.com/google/play/billing/billing_subscriptions.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top