捆绑 ID 后缀?它是什么? [英] Bundle ID Suffix? What is it?

查看:29
本文介绍了捆绑 ID 后缀?它是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 iPhone 提交流程的新手.Apple 要求提供捆绑 ID 后缀.这是什么?不确定在这里放什么以及它的意义是什么.

I'm new to the iPhone submission process. Apple asks for the Bundle ID Suffix. What is this? Not sure what to put here and what the significance of it is.

推荐答案

如果你没有公司,留下你的名字,只要 info.plist 文件中的 bundle id 和你的那个都没有关系已在 iTunes Connect 比赛中提交.

If you don't have a company, leave your name, it doesn't matter as long as both bundle id in info.plist file and the one you've submitted in iTunes Connect match.

在 Bundle ID Suffix 中,你应该写出 Bundle ID 的全名.

In Bundle ID Suffix you should write full name of bundle ID.

示例:

Bundle ID suffix = thebestapp (NOT CORRECT!!!!)

Bundle ID suffix = com.awesomeapps.thebestapp (CORRECT!!)

原因在开发者门户中有解释:

App ID 字符串包含由句点 (.) 分隔的两部分 - App ID Prefix(默认情况下您的团队 ID,例如 ABCDE12345)和 App ID Suffix(Bundle ID 搜索字符串,例如 com.mycompany.appname).[强调]

The App ID string contains two parts separated by a period (.) — an App ID Prefix (your Team ID by default, e.g. ABCDE12345), and an App ID Suffix (a Bundle ID search string, e.g. com.mycompany.appname). [emphasis added]

所以在这种情况下,后缀是完整的字符串 com.awesomeapps.thebestapp.

So in this case the suffix is the full string com.awesomeapps.thebestapp.

这篇关于捆绑 ID 后缀?它是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆