1)使用你的 Apple ID 帐户登录开发者中心。
如果你已经注册了付费计划 (Apple Developer Program 或 Apple Developer Enterprise Program),请使用注册时所用的 Apple ID 登录。
你帐户中显示的部分取决于你是持有免费帐户还是注册了付费计划。下方是付费后可以看到的界面样式:
https://developer.apple.com/cn/help/account/create-certificates/certificates-overview
2)点击首页“证书、标识符和描述文件”下方的“标识符(英文)”
ps:如果这里页面展示英文,可以下拉到最底端改成“简体中文”:
3)可查看到已申请的所有 App 应用标识,点击页面上的加号来创建一个新的应用标识
4)默认选中“App IDs”不变,然后点击 “Continue”
5)默认选中“APP”,直接点击 “Continue”
6)Bundle ID 选择 “Explicit”,完善Description、Bundle ID,勾选下方应用需要使用的服务,然后点击 “Continue”
- Description:填写app描述
- Bundle ID :要保证唯一性,建议域名加app的标识
如需要使用到消息推送功能,则选择“Push Notifications”
注意:在 HBuilderX 中 App 提交云端打包时界面上的 AppID 栏填写的就是这个 Bundle ID
注:app一般都会用到微信分享(Universal Links),在创建时最好在Capabilities里勾选上“Associated Domain”。
7)确认后选择提交,回到 identifiers 页面即可看到刚创建的App ID: