准备工作
- 您需要 注册并加入 Apple Developer Program,才能在 App Store 上架应用。
- 请准备一台 macOS 系统的电脑,用于证书制作。
创建 App ID
-
登录 Apple Developer,选择 Certificates, Identifiers & Profiles 选项。
-
选择 Identifiers,点击 +。
-
选择 App IDs,点击 Continue。
-
在 Description 栏填写描述,例如您的应用英文名称。在 Bundle ID 栏选择 Explicit ,并填写您的应用包名。
在 Capabilities 列表中勾选以下内容:
-
Access WiFi Information
-
Associated Domains
-
Push Notifications
-
Sign In with Apple、Enable as a primary App ID(可选)
- 根据 App Store 新的审核要求,从 v3.15 版本开始,如果您的应用已开启三方登录功能(例如微信、QQ、Facebook 登录),则必须开启 Sign In with Apple 功能。否则,可能会无法通过审核。
- 从 v3.15 版本开始,因为部分第三方 SDK 版本更新,您需要开启 Associated Domains 功能,才能够正常构建。
- 如果您的应用包含增值服务,则需要额外开启其他的权限。
-
-
点击 Continue,确认信息无误后点击 Register。
如果系统提示“An App ID with Identifier ‘com.xxx.xxx’ is not available. Please enter a different string.”,说明包名已被占用。请点击 Backÿ