
iOS 审核
豪冷啊
@Haomissyou,iOS开发工程师,个人作品:小五笔,小笔记,小汉字,小挑战,小编辑器等等
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iOS ATTrackingManager iOS 15 弹窗不出现?
权限弹窗直接上代码 if (@available(iOS 14.0, *)) { // iOS14及以上版本请求权限 [ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status) { if (status == ATTrackingManagerAuthorizationSt原创 2021-11-03 13:03:02 · 4432 阅读 · 0 评论 -
iOS 苹果审核邮件回复添加附件的坑! 真是【坑】!
0x00 无法载入您的文件。请再试一次。无法上传文件的坑!试了 N 次,都 GG 了 T_T最后触发了被动技能:面向搜索编程!0x01 文件名不能包含中文真是不能好好说话真是… (省略几万字!)把文件名改成 英文 的,秒传!真是蛋疼!参考https://blog.csdn.net/CC1991_/article/details/79483599一个好用的定时器https://github.com/xjh093/JHGCDTimerhttps://github.com/xj原创 2021-02-24 16:18:43 · 860 阅读 · 0 评论 -
iOS 审核被拒:Guideline 3.1.1 - Business - Payments - In-App Purchase
原文Guideline 3.1.1 - Business - Payments - In-App PurchaseWe noticed your app includes a mechanism that allows users to exchange virtual items or gifts for money.Next StepsTo resolve this issue, pl...原创 2020-03-11 12:12:59 · 5020 阅读 · 1 评论 -
iOS 审核被拒:2.5.1 - Performance - Software Requirements
原文Your app uses the "prefs:root=" non-public URL scheme, which is a private entity. The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should t...原创 2019-06-26 10:14:26 · 825 阅读 · 0 评论 -
iOS 审核被拒:2.5.2 - Performance - Software Requirements
原文During review, your app installed or launched executable code, which is not permitted on the App Store. Specifically, your app uses the itms-services URL scheme to install an app.Please note that ...原创 2019-06-19 11:16:25 · 3268 阅读 · 0 评论