Reputation: 61
I have an app with two different targets: free and paid. I have already coded everything and it works but I'm unsure how to release the app. I'm wondering whether I should just release those two apps or is there any way for me to use in-app purchase for an app with multiple targets?
Like, a user purchases an app upgrade in the free app and then they automatically get the paid version of the app after making that purchase, is that possible? I looked around for in-app purchase guides, but none of them seem to be working with multiple app targets.
Upvotes: 0
Views: 129
Reputation: 1540
You can either release a free app and a paid-up-front app or merge both targets into one app and allow the user to unlock the premium features via an in-app purchase (freemium, as already mentioned by @Visal).
I would suggest the latter: Short-term it is more work for you because you have to merge both targets. But long-term, it has a lot of advantages:
Upvotes: 1