简体   繁体   中英

Bundle Identifier name selection

Is it possible to choose the bundle identifier like org.appname.appname instead of com.mydomian.appname ? Because I am able to create bundle id(like org.appname.appname ) and provisioning profile and also able to build. Would it be failed in appstore submission?

No it won't fail. It just has to conform reverse domain format.

Be careful that the Bundle Id in your app, iTunes connect, iCloud are all set to the same value.

Also, the Bundle id must be unique for your app, which is why they recommend using the domain as part of it to reduce the chance of a clash with another app.

See Configuring Your App for guidance

However, I'd still recommend following Apple's best practices, and use com.companyname.appname

You bundle identifier just has to meet the criteria when creating your app in the iTunes Connect platform.

You cannot use special characters such as @, &, *, ', "

So org@appname@appname would be invalid.

它不会无效,但是由于它可以预测,可能会被其他人使用,我建议您使用域名结构来命名您的bundleID

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