I'm building an Android game and I'd like to have a free and paid version. I can add these just fine in my code, but the problems come when I have two different package names:
- you need to add the package name on the Google Play dev console
- you need to add the package name for Facebook
Do I need to have two of everything? Two apps on Google Play, two facebook apps, two Google Play Games with doubled all content (Achievements, Leaderboards)? Is there a way to have one app but an easy way to unlock a "pro" version? Maybe with in-app purchase?
What's the best way to do this? Seems like product flavors arent really flavors if Google Play treats them as separate apps...