iphone: change the name of .app file ( app executable )
I have an application on app store. suppose the executable name is X.app. now i want to send the update and i changed the executable name to Y.app
what happening is. when i update my new Y.app开发者_StackOverflow on device ( through Xcode ) that already has X.app installed. the splash screen comes and disappears and i am unable to start the application.
What is the solution to this problem. i really need to change the app name. Please suggest.
Almost no one sees the name of the executable or app bundle (unless one digs around in the iTunes Library directories). You can change the name shown in the App store, and the name shown under the icon, without touching the name of the product, executable or app bundle.
One option is to edit the Bundle Display Name in your Info.plist, change the App Store's Application Name in iTunes Connect during the next update submission, change your website and marketing materials, and just leave the ProductName in Xcode unchanged.
Go to target-> yourApplicationName(double click/get Info)->Build->ProductName
Set your new name for that application there
hAPPY cODING...
精彩评论