Cordova: Is it possible to have different app IDs for android and ios platforms?

后端 未结 2 1370
攒了一身酷
攒了一身酷 2020-12-14 16:45

Let\'s say I have a Cordova application with an id of com.StackOverflowExample.MyQuestion, which I created with Cordova 3 using the CLI (cordova create). I have

2条回答
  •  一个人的身影
    2020-12-14 17:07

    This is now built into CLI (finally):

    In you your config.xml file-

    Example:

    
    

    Source:

    https://github.com/apache/cordova-lib/blob/master/cordova-common/src/ConfigParser/ConfigParser.js#L99

提交回复
热议问题