Henry.H

Results 778 comments of Henry.H

# 开发者账号注册流程: ## 苹果: - [x] 苹果开发者账号注册流程比较繁琐. - [x] 当前年费用 ¥688. > 警告 ❓❓❓❓ - ✅ 苹果个人开发者账号, 只能实名认证1个. - ✅ 注意不要违反苹果的开发者条款(马甲包之类), 否则会封禁, 如1年. - ✅ 这样会导致你无法注册新的开发者账号. - ✅ 如果遇到被误封, 可以邮件+电话申诉....

## 苹果: - [x] https://www.jianshu.com/p/76200c825e28 > 1. 创建苹果账号: - [x] https://appleid.apple.com/account?appId=632&returnUrl=https%3A%2F%2Fdeveloper.apple.com%2Faccount%2F > 2. 注册开发者账号: - [x] https://developer.apple.com/register/agree/?path=%2Faccount%2F > 3. 开发者账号首页: - [x] https://developer.apple.com/account/#/welcome > 4. 激活开发者身份: - https://developer.apple.com/programs/enroll/ - https://developer.apple.com/enroll/app...

## iOS 获取: 手机 UDID: - 在线扫描获取: https://www.pgyer.com/tools/udid ## 开发者账号 - 注册一个 device: - https://developer.apple.com/account/resources/devices/list ## App Store Connect - https://help.apple.com/app-store-connect/#/devcd5016d31 - https://appstoreconnect.apple.com/ ## 上传 app: - https://help.apple.com/app-store-connect/#/devb1c185036 ## flutter...

## iOS 上架 testflight 步骤: - xcode 更改 app 版本号. - build release 版本. ## 先决条件: - xcode: 登录 apple 开发者账号. - 其他密钥签名过程, 都处理完. ## 注意事项: ### fix archvie error:...

## APP 要二次确认: - 不确认, 不会公开给测试用户. - 一定要确认这一步. ![image](https://user-images.githubusercontent.com/3252130/102645870-1b160c00-419e-11eb-91ce-5a3edf6cc36e.png) - 点击 管理, 确认. ![image](https://user-images.githubusercontent.com/3252130/102645983-48fb5080-419e-11eb-91c3-734e90935329.png) - 这里选择否, 因为是 demo 测试阶段. 暂时不管他. - 正式发布, 需要选择`是`. 然后认真确认条款. - 如果点了 是. 会有一堆繁琐的条款确认. 如下. ![image](https://user-images.githubusercontent.com/3252130/102646149-86f87480-419e-11eb-807a-bf8dcbcd12a1.png)...

## xxxxxx: | xxxxxxxxxxxxxx | xxxxxxxxxxxxxx | xxxx | | :--------------| :----------------- | :--------- | | xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx | | xxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxx | |...

## iOS Testflight FAQ: ### q1: APP 上架 testflight 被拒绝: - 原因是使用了一项苹果服务: 但是没有包含到 ![image](https://user-images.githubusercontent.com/3252130/137658152-8048359d-a852-4a0b-9ba6-f413472cc563.png) - 勾选该项: 保存. ![image](https://user-images.githubusercontent.com/3252130/137658323-57b77bfe-bd86-4721-94e0-3ddb0ebdd966.png) - fix: https://blog.csdn.net/xudailong_blog/article/details/100833211 ``` # xcode 设置: DISABLE_PUSH_NOTIFICATIONS=1 ```

@unclehking Mac 亲测, 下载chrome `Stable`, `Beta`, `Dev` 版本, 卸载后, 重装, 都`无效`. 找到一个可用解决办法: - 原理: 把非官方扩展程序加入chrome的白名单. 参考如下: - [将非官方扩展程序加入chrome的白名单](http://xclient.info/a/1ddd2a3a-d34b-b568-c0d0-c31a95f0b309.html) - 此文档为 Mac 修改方法, 亲测有效. - [Guide on Packaging and Import Baidu...