Convert the “lite app” to “pro app” within the application

后端 未结 2 1173
情话喂你
情话喂你 2021-02-10 17:43

I had two applications in the App Store. One is the free version, the other is the paid version.

I need to have a button in the application itself named \"Upgrade\".

2条回答
  •  不要未来只要你来
    2021-02-10 18:23

    Yes. You can hide all features in lite version those features you want to show in Pro version. Then when user click on upgrade button then on that button you write your in-app-purchase mechanism. Once user successfully purchase your up-gradation pack then un-hide those pro features in lite version. Then your app will become pro version. Now its completely depending on your logic and code skills how to hide and unhide features. See related links :-

    Convert existing iOS paid app to freemium model with in-app purchase

    How do I manage building a Lite vs Paid version of an iPhone app?

提交回复
热议问题