Open hhstore opened 4 years ago
警告 ❓❓❓❓
坑:
美区账号:
折中做法:
你可以用国区账号买开发者, 然后添加美区 ID 为 Admin 账户
相当相当繁琐
. 参考下述所列的链接, 可以正常发版. 证书请求
. flutter build ios
国家协议
点击确认, 否则不可用.App Store Connect
添加内测账号+发送邀请链接.
- 创建苹果账号:
- 注册开发者账号:
- 开发者账号首页:
- 激活开发者身份:
iOS 手机 app 注册开发者账号.
Appstore 安装: apple developer 应用. 登录账号.
特别提醒! Appstore 的账号, 要与待注册的开发者账号
保持一致.
否则支付年费(¥688) 有可能付错.
这一步, 可以在 xcode 登录开发者账号的时候, 手动添加, 生成. (可跳过下面步骤)
创建证书: https://developer.apple.com/account/resources/certificates/add
本地生成+上传
上传成功之后, 是需要把服务器生成的证书下载下来. development.cer
ios archive error Module 'barcode_scan2' not found
open ios/Runner.xcodeproj
I checked Runner/Pods is empty in Xcode sidebar.
drop Pods/Pods.xcodeproj into Runner/Pods.
"Valid architectures" to only "arm64" (I removed armv7 armv7s)
app identifier
:上传失败报错:
Failed to register bundle identifier The app identifier "com.xxx.xxx" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.
No profiles for 'com.xxx.xxx' were found Xcode couldn't find any iOS App Store provisioning profiles matching 'com.xxx.xxx'.
修改 info.plist
, 注意该文件有2处 ID. 要改一致, 否则上传会失败.
这里选择否, 因为是 demo 测试阶段. 暂时不管他.
正式发布, 需要选择是
. 然后认真确认条款.
如果点了 是. 会有一堆繁琐的条款确认. 如下.
apple id
(邮箱), 然后在这个管理页面, 添加+发送邀请.1
xxxxxxxxxxxxxx | xxxxxxxxxxxxxx | xxxx |
---|---|---|
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx |
# xcode 设置:
DISABLE_PUSH_NOTIFICATIONS=1
related: