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


<widget
  android-packageName="com.example.android"
  ios-CFBundleIdentifier="com.example.ios">


Related External Links:

Article Topic:Software Development - Ionic

Date:March 16, 2017