I currently build two flavors of my app:
- AppAndroid.apk --> Available on Google Play store
- AppSamsung.apk --> Available on the Samsung Galaxy store
I am looking to consolidate the two apks into just one and have a few questions:
What happens if I upload AppAndroid to the Samsung Galaxy store to my current AppSamsung listing? Will it fail because it has a different package name? Would I have to create a new listing?
If it does upload successfully, what would the user experience be? If they already had AppSamsung on their device, and then AppAndroid became available to download on the galaxy store, would AppAndroid be installed alongside AppSamsung?
What would happen if the user already had AppAndroid installed from the play store and then they navigate to the Galaxy store? Would they get prompted to open the app?
If AppAndroid is available on the Galaxy Store (v1.0), and then I add a new version (v2.0) to the Play Store, will that cause issues? The submission process for Samsung takes longer than the play store, so it is likely that at times the Play store version will be newer than what is in the galaxy store.