we create ionic app just by saying:
ionic start YourAppName blank
if you create app this way, problem will come after building ios/android app.
you need to edit config.xml . if you want to give app name and bundle id while creating project itself use the below command.
ionic start YourAppName blank --appname YourApp --id com.yourcomapny.yourapp
ionic start YourAppName blank
if you create app this way, problem will come after building ios/android app.
you need to edit config.xml . if you want to give app name and bundle id while creating project itself use the below command.
ionic start YourAppName blank --appname YourApp --id com.yourcomapny.yourapp
No comments:
Post a Comment