Same APK for free and paid versions on Android Market?

后端 未结 2 1402
感动是毒
感动是毒 2021-02-10 02:34

Is it possible to list in Google\'s Android Market a single APK for both free and paid versions?

So far, I only found this tip to create a butt

2条回答
  •  没有蜡笔的小新
    2021-02-10 03:04

    It's possible to use something known as in app products. The min API is 1.6, which should work plenty well. Basically, anyone could download the code, but some unlocking of features could be done if desired to buy new functionality. They also have sample code which shows how it works.

    Alternatively, you could use the licensing API, and simply check to see if your app is licensed. This would require a different package name, however, as all apps do.

提交回复
热议问题