Specify Different Package Names For IOS And Android

Posted By Weston Ganger

Sometimes in your Cordova apps need to specify a different package name for iOS than Android. Add the following attributes to your config.xml

<pre>
<code class="language-markup">
<widget
android-packageName="com.example.android"
ios-CFBundleIdentifier="com.example.ios">



Related External Links:

- [Stack Overflow - in-cordova-how-can-i-specify-different-package-names-for-ios-and-android](http://stackoverflow.com/questions/26307154/in-cordova-how-can-i-specify-different-package-names-for-ios-and-android)

Article Topic:Software Development - Javascript

Date:March 16, 2017