I would like implement in-app subscription on my android app, but what's the minimum target to do that ?
2.1 or 2.2 ?
|
I would like implement in-app subscription on my android app, but what's the minimum target to do that ? 2.1 or 2.2 ? |
||||
|
|
|
From the Android Developers site (Version 3 is the latest):
So the minimum target is 2.2. http://developer.android.com/google/play/billing/billing_overview.html |
|||
|
|
|
As soon as I know, the subscription "minimum target" is related to the Google Play Store app, and not from your app. Take a look at: http://developer.android.com/google/play/billing/versions.html#Subs |
|||
|
|
|
In-app Billing Version 3 is supported on devices running Android 2.2 or higher that have the latest version of the Google Play store installed. Source: http://developer.android.com/google/play/billing/billing_overview.html#migration |
|||
|
|
|
Use the version 2.1 and above since for all the mobile devices are almost higher versions and its good to develop with min version 2.1 & above. |
|||
|
|
|
Before deciding the min version for your application you must always check the platform distribution on google. For example, I choose not to include 2.2, since it brings unnecessary API legacy issues and too much work for too less benefit. Keep in mind, in-app billing is really complex to get right. The API's are just crazy'ly complex. |
|||
|
|