I have two version of my app
- Paid Version
- Free Version
Now in free version I disabled some features that are available only in the paid version. So what i want is when user taps on any of those disabled features, the in-app purchase window should pop up and when the transaction completes the free version of the app should get replaced by the paid version.
Can you please tell me what would be the right way to do that.