Different bundle-ids for android and iOS
See original GitHub issueThis is more of a question:
Whats the way to go when having different bundle-ids for android and iOS? Add capacitor with one bundle-id and then change it manually in either XCode or Android Studio?
Will the CLI ever overwrite this config? Because if thats the case there should probably be appIdAndroid
and appIdIos
in capacitor.config.json
.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:14
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Part 3 - Configure Bundle Ids, App Name and Google Service ...
Now, let us focus on setting up the android and iOS apps to have separate bundle ids, separate app name and Google Service...
Read more >Bundle IDs for native iPhone and iPad apps - Apple Support
The table below shows the name and bundle ID for each native iPhone and iPad app. Bundle IDs are case sensitive.
Read more >iOS/iPadOS bundle IDs for built-in apps in Microsoft Intune
Bundle ID App Name Publisher
com.apple.AppStore App Store Apple
com.apple.store.Jolly Apple Store Apple
com.apple.calculator Calculator Apple
Read more >Can the bundle-Identifiers of iOS and Android differ on Flutter?
Flutter didn't make problems considering the two different package names. The App bundles were uploaded based on their previous Google Play and ...
Read more >[Solved] 1 Unity Project but Multiple Android Apps with ...
Will In-Apps and Analytics still work? How will Unity Dashboard differentate between multiple "published" builds with different bundle ids etc?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, is this possible to consider this requirement again please? Thanks!
Yep just change it manually in Xcode/Android Studio. We won’t modify it after the project is created.
Will keep an eye out for this question and possibly add it to the docs.