What's the best practice for setting bundle IDs?

I’m new to mobile app development. I am building for both Android and iOS. Should I use the same app id for both, or should I use separate app IDs?

com.example.myapp

or

com.example.myapp.ios
com.example.myapp.android

I’d suggest to use same for both, as you’ll need to set the bundle id in your config.xml widget id prop.

1 Like