Open the package.json file and find the keyword "pkg" and change with your application name like
"pkg": "com.companyName.serviceName",
open the directory cordova then
Open the package.json file and find the keyword "name" and change with your application name
"name": "com.companyName.serviceName",
same cordova directory
Open the config.xml file and find the tag <widget id="com.companyName.serviceName" and change with your application name Like
<widget id="com.companyName.serviceName"
After that you can save and close all the files, Your IOS application name is updated.
Now you need to build the application ipa.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article