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.
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
Post a Comment