I have a "Pro" in-app purchase (non-consumable) in my app which provides 2 things to the user:
- no more ads
- more features
I want to get rid of the in-app purchase and give the non-pro users all the features.
- I suppose it is not possible to display ads in a new version of my app if the user has pruchased the in-app purchase before?
- I really want to get rid of this "Pro" thing. I suppose I have no other choice, I have to keep a "Restore Pro" Button somewhere (even if it can't be purchased with the new app version)? I thought of restoring the in-app purchase automatically on the first app launch, but this brings up the password dialog...
Thanks!