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: