Martin Larsen Active Member Licensed User Longtime User Jun 8, 2020 #1 If you publish the same app for both Android and IOS, what package names do you use? com.mycomp.myapp for both? or com.mycomp.myapp.android com.mycomp.myapp.ios or com.mycomp.anroid.myapp com.mycomp.ios.myapp or something else? What is considered best practise?
If you publish the same app for both Android and IOS, what package names do you use? com.mycomp.myapp for both? or com.mycomp.myapp.android com.mycomp.myapp.ios or com.mycomp.anroid.myapp com.mycomp.ios.myapp or something else? What is considered best practise?
aeric Expert Licensed User Longtime User Jun 9, 2020 #2 For me, it doesn’t matter but I will choose 2nd approach. Upvote 0
mcqueccu Well-Known Member Licensed User Longtime User Jun 12, 2020 #3 To me it doesn't matter - I use same package names on both Android and iOS Upvote 0
ilan Expert Licensed User Longtime User Jun 12, 2020 #4 Martin Larsen said: com.mycomp.anroid.myapp com.mycomp.ios.myapp Click to expand... you can do this: com.mycomp.myappios com.mycomp.myappandroid i use the same for both. Upvote 0
Martin Larsen said: com.mycomp.anroid.myapp com.mycomp.ios.myapp Click to expand... you can do this: com.mycomp.myappios com.mycomp.myappandroid i use the same for both.