1
It’s my first app and I couldn’t find the answer anywhere.
The app is ready for distribution on Google Play. It has two versions: free (with ads) and paid (no ads).
I created the app
in the Developer Console
and started a closed beta test.
I thought I would upgrade the two versions (free and paid) and that the store would take care of things to change the version when the user makes the payment.
But the console does not allow you to upload both versions.
Hence the question: how to offer a app
with free and paid versions?
In fact, what companies do is launch 2 apps. One with advertising and the other without advertising but with a certain value. You have to be careful that once released being free, there is no way to launch it again with a specific value.
– viana
Complementing the comment, you can generate two apps with different id’s and based on the same code but with different functionality if applicable. For this you need to configure the Flavors, da para fazer muita coisa. I recommend taking a look at this mine answer about Flavors
– Wakim
utilize
flavors
for this. Best means to accomplish what you want.– LMaker