I have an android app that's intended for both google play and app gallery , It's one project with 2 flavours , currently i have no user system in my app and i have IAP to enable premium features
Note:
For the google version of the app i don't let app proceeds until gms exists
For the huawei version of the app i don't let app proceeds until hms exists
My question is what is the best practice among below that i should follow
1- A user here told me to make package name and keystore to be same for both except VersionNamePrefix which means my version name on google be 2.0.0Google and same for Huawei 2.0.0Huawei is this an acceptable format to the world ?
2- Make different package name for the stores and also different keyStore?