Change the Name of iOS app in Xcode

Solution:

If you want to change the name of your iOS app is not difficult.

1)Goto  target in Xcode.
2)Get the information about your product name
3)Under packaging search the old name and replace it to new Name.

Or

You can add a new target with new bundle identifier and update.If you don't want to change the bundle identifier then follow the previous way to change it.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift