Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I've created app named myap. Along with this app created Bundle Identifier in AppID com.mydomain.myapp and created new provisioning profile. After that I have noticed my app is misspelled so I renamed from "myap" to "myapp", expecting the bundle identifier will change accordingly. However to my surprise I got assigned bundle identifier as "com.mydomain.myapp-temp-caseinsensitive-rename". What is this? I tried to explicitly change bundle identifier in targets info tab, but the app is moaning. What should I do to put the app and its bundle on right track?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
426 views
Welcome To Ask or Share your Answers For Others

1 Answer

In XCode, go to Build Settings and change the Product Name under Packaging


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...