Reputation: 51
I am creating an in app purchase application with iAds. I have already submitted the same application (without iAd and inAPP purchase) as a paid application and it is available on apple store. When my free application will be ready and available in apple store then I will have two binaries- one for free app and one for paid app.
Once a user make a payment by in app purchase then I want to unlock all items and remove iAds. In other words, after payment it should be exactly like the paid application. Instead of disabling iAds and unlocking locked items by code, I want that users download paid application after payment which should replace their free application. Is it possible to do that? How do you do that?
Do I need to submit two binaries? Can you give me the sample code by which a new download will start after payment and free application will be replaced by the paid application?
Upvotes: 0
Views: 482
Reputation: 2460
It is not possible to do such a thing. You have two solutions :
I hope this helps.
Upvotes: 1