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

后端 未结 2 1142
情话喂你
情话喂你 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条回答
  • 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?

    0 讨论(0)
  • 2021-02-10 18:31

    See first of all if you want Lite & Pro version of the Application there is no need to Upload 2 separate Applications for lite & Pro if you are using InApp purchase do the following:

    1. Keep Application with All Pro features
    2. keep 1 button as you need it with title Upgrade with Pro version with inApp purchase in Action
    3. Disable All Pro Feature & check the conditions when user purchase Pro version then Pro features will be enabled.

    What happen with this is if user will not purchase the Pro by pressing Upgrade button they can use lite version.

    Hope this helps.

    0 讨论(0)
提交回复
热议问题