Hi I am developing an Android app and one IOS app.
My question is regarding the Android package name and the IOS bundleID.
Is it best practice to use the same value on both platforms like "com.mysite.myapp"
? or should I use different values for different platforms like:
"com.mysite.myapp.android"
on the android version"com.mysite.myapp.ios"
on the IOS version