<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>App开发 | 进击之路 - Alan的个人博客</title><link>https://1991421.cn/tag/app%E5%BC%80%E5%8F%91/</link><atom:link href="https://1991421.cn/tag/app%E5%BC%80%E5%8F%91/index.xml" rel="self" type="application/rss+xml"/><description>App开发</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>zh-CN</language><lastBuildDate>Fri, 17 Jul 2026 23:38:18 +0800</lastBuildDate><image><url>https://1991421.cn/media/sharing.png</url><title>App开发</title><link>https://1991421.cn/tag/app%E5%BC%80%E5%8F%91/</link></image><item><title>Apple App开发使用指南及遇到的常见问题解决方案</title><link>https://1991421.cn/2026/07/17/apple-app-development-guide/</link><pubDate>Fri, 17 Jul 2026 23:38:18 +0800</pubDate><guid>https://1991421.cn/2026/07/17/apple-app-development-guide/</guid><description>&lt;blockquote>
&lt;p>苹果开发/上架/付费支持/用量报告等，总之整个流程还是比较复杂的，尤其是对于新手来说。本文mark下我在实际开发中遇到的问题和解决方案。&lt;/p>
&lt;/blockquote>
&lt;h2 id="提交审核后尽量不要频繁reject">
&lt;a class="heading-anchor-link" href="#%e6%8f%90%e4%ba%a4%e5%ae%a1%e6%a0%b8%e5%90%8e%e5%b0%bd%e9%87%8f%e4%b8%8d%e8%a6%81%e9%a2%91%e7%b9%81reject">提交审核后尽量不要频繁reject&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="提交审核后尽量不要频繁reject"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;ol>
&lt;li>提交后有时会后悔，比如想更新下build，或者想修改下描述等，这时就会选择reject掉当前版本重新提交。但这招现在有个问题，就是不要频繁reject，苹果会认为你在恶意提交，结果就是延长审核时间，甚至有可能直接拒绝你的应用。建议在提交前仔细检查，确保没有问题再提交。
因为大可审核过了后，再更新一版即可，因为速度快的话，其实审核是很快的(1天)，甚至比你reject掉后重新提交还快。&lt;/li>
&lt;li>假如提交后想撤销重新修改，需要走connect app里的“App Store Connect”-&amp;gt;“我的App”-&amp;gt;“版本”-&amp;gt;“提交审核”-&amp;gt;“撤销提交”，然后再修改后重新提交。&lt;/li>
&lt;/ol>
&lt;h2 id="提交加急审核">
&lt;a class="heading-anchor-link" href="#%e6%8f%90%e4%ba%a4%e5%8a%a0%e6%80%a5%e5%ae%a1%e6%a0%b8">提交加急审核&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="提交加急审核"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;ul>
&lt;li>&lt;a href="https://developer.apple.com/contact/app-store/?topic=expedite&amp;amp;utm_source=chatgpt.com" target="_blank" rel="noopener">https://developer.apple.com/contact/app-store/?topic=expedite&amp;utm_source=chatgpt.com&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="app过于功能简单">
&lt;a class="heading-anchor-link" href="#app%e8%bf%87%e4%ba%8e%e5%8a%9f%e8%83%bd%e7%ae%80%e5%8d%95">App过于功能简单&lt;/a>
&lt;button
class="heading-anchor"
type="button"
data-anchor="app过于功能简单"
aria-label="复制锚点链接"
title="复制锚点链接"
>
&lt;span class="heading-anchor-wrap" aria-hidden="true">
&lt;svg class="heading-anchor-icon heading-anchor-icon-default" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor">
&lt;path d="M0 256C0 167.6 71.6 96 160 96h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C98.1 144 48 194.1 48 256s50.1 112 112 112h72c13.3 0 24 10.7 24 24s-10.7 24-24 24H160C71.6 416 0 344.4 0 256zm576 0c0 88.4-71.6 160-160 160H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c61.9 0 112-50.1 112-112s-50.1-112-112-112H344c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c88.4 0 160 71.6 160 160zM184 232H392c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z">&lt;/path>
&lt;/svg>
&lt;svg class="heading-anchor-icon heading-anchor-icon-copied" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor">
&lt;path d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm107.1 145.1L230.6 325.6c-6.2 6.2-16.4 6.2-22.6 0l-59-59c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l47.7 47.7 121.1-121.1c6.2-6.2 16.4-6.2 22.6 0s6.3 16.4.1 22.5z">&lt;/path>
&lt;/svg>
&lt;/span>
&lt;/button>
&lt;/h2>&lt;p>功能如果过于简单，苹果可能会拒绝你的应用。比如一个简单的计算器，或者一个简单的记事本等，这些功能在App Store里已经有很多了，苹果认为没有必要再上架类似的应用。建议在开发前先调研下市场，看看是否有类似的应用，如果有的话，最好能在功能上有所创新。&lt;/p></description></item></channel></rss>