What is recommended and/or best practice when it comes to providing an Android application on multiple markets in terms of package naming?
Let’s say I have an app on Google Play:
com.test.sample.pro
Now I want this app on other markets.
- Should I use the same package name? If no, why not?
- What could the issues be?
- Should I name the package always different for different markets?
I would keep them the same, no reason to change. Just make you sign them with the same key.