简体   繁体   中英

Changing name of Xcode App uncertainty

Today I changed the name of my iOS app. However, in Xcode the bundle identifier with com.yourname.appname is still that the old name. Didn't change bundle identifier, didn't change anything in xcode besides the name of app on UIImageView. Can I send to Apple for review on the xcode project everything named the way it was even though in iTunes connect I changed the name to new name of app too or would this be an issue with Apple's app review and cause my app to get rejected?

You shouldn't care about the bundle id.

It only needs to be a bundle identifier and what Apple recommends is that you use an identifying bundle built as a reverse domain, eg com.mycompany.appname .

The bundle id name is a recommendation, but it's not mandatory.

Not changing the bundle id won't be a problem with Apple's review process.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM