Do I need to change the package name for the free version of my app?

前端 未结 4 513
闹比i
闹比i 2020-12-06 07:25

I have an application that I\'m going to publish to the Android market. I\'m planning on releasing a paid-for version and a free version with restricted feature set.

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 08:17

    Yes if you want to have 2 different versions they must have different package names. I have free and pay versions and it is a pain to manage this and both code bases.

    Another option though is to just have a "key" app that you can sell that will unlock features in the free version.

提交回复
热议问题