I tried searching for reference about this and I have not been able to find any. I am wondering if there is a way to submit 1 binary to AppStore for two different versions of app: 1 free with ads and 1 paid without app.
How would it be possible for me then to convert the free version to the paid and ad-free version once the user has paid? Is there no way to do this under 1 binary? Do I always need to maintain 2 binaries for this?
This is more a business decision from your side, you can have 1 binary and switch to paid version (no ad, new features) done in your code and use “In App purchase” payment method.
In App Purchase Method Link