随笔分类 -  App上线

摘要:App审核小技巧: 1.TestFlight版本审核: 每次上线完之后的第一个版本审核会比较慢,后续的审核会比较快: 解决方案: 每次上线完以后,直接iTunes 新建一个版本,代码不修改功能,只修改build版本号,上传一个包到AppStore提交审核. 2.iPhone 版本不能包含iPhone 阅读全文
posted @ 2019-02-12 16:49 淡然微笑_Steven 阅读(631) 评论(0) 推荐(0)
摘要:App安全测评问题处理 App安全测评问题分类 1.自身安全 权限信息 info.plist中权限字段访问 行为信息 访问相册、拨打电话 2.客户端数据存储安全 ==动态调试攻击风险== 第三方SDK检测 敏感词 3.二进制代码保护 代码未混淆风险 输入监听风险 调试日志函数调用风险 配置文件信息 阅读全文
posted @ 2019-02-12 16:26 淡然微笑_Steven 阅读(3600) 评论(1) 推荐(0)
摘要:1、导出ipa包,可以是企业级签名,也可以是100测试设备的签名。 2、申请个人域名,可以到godaddy.com上面去申请。 3、应用图标512512 5757尺寸各一张 4、github新建repository myipa, 导入ipa和应用图标 5、新建manifest.plist文件 其中  阅读全文
posted @ 2018-12-17 15:35 淡然微笑_Steven 阅读(3043) 评论(0) 推荐(0)
摘要:Guideline 5.0 - Legal Recently, the Chinese Ministry of Industry and Information Technology (MIIT) requested that CallKit functionality be deactivated 阅读全文
posted @ 2018-09-07 11:15 淡然微笑_Steven 阅读(2928) 评论(0) 推荐(0)
摘要:报错信息:相机权限访问警报(指定您的应用如何使用此功能来帮助用户了解您的应用请求访问个人数据的原因) The permission request alert should specify how your app will use this feature to help users unders 阅读全文
posted @ 2018-08-21 10:15 淡然微笑_Steven 阅读(367) 评论(0) 推荐(0)
摘要:Guideline 2.3.3 - Performance - Accurate Metadata We noticed that your screenshots do not sufficiently reflect your app in use. Specifically, your 5.5 阅读全文
posted @ 2018-08-16 09:38 淡然微笑_Steven 阅读(2685) 评论(2) 推荐(0)
摘要:上传成功之后遇到一个问题,iTunesConnect上新增的版本号错误。最后解决办法 刷新当前页面就好了。 阅读全文
posted @ 2018-08-13 11:48 淡然微笑_Steven 阅读(191) 评论(0) 推荐(0)
摘要:App上传AppStore报错:Missing App Store Icon WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. 阅读全文
posted @ 2018-08-13 11:41 淡然微笑_Steven 阅读(1249) 评论(0) 推荐(0)
摘要:App 上传AppStore报错:Unexpected CFBundleExecutable Key ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/xxxxx.app/HelpDeskUIRe 阅读全文
posted @ 2018-08-13 11:25 淡然微笑_Steven 阅读(1262) 评论(0) 推荐(0)
摘要:苹果开发者证书获取 1.打开钥匙串🔑 2.填写电子邮件,获取:CertificateSigningRequest.certSigningRequest 3.打开开发者网站:https://developer.apple.com/ https://developer.apple.com/accoun 阅读全文
posted @ 2018-07-15 20:20 淡然微笑_Steven 阅读(4443) 评论(2) 推荐(0)
摘要:向appstore上传应用的时候,报了这样一个错误 ERROR ITMS-90717: “Invalid App Store Icon. The App Store Icon in the asset catalog in 'xxx.app' can’t be transparent nor con 阅读全文
posted @ 2018-07-04 09:42 淡然微笑_Steven 阅读(1490) 评论(0) 推荐(0)