菜鸟教程小白 发表于 2022-12-11 20:07:27

ios - iTunes Connect - 准确的元数据


                                            <p><p>我的应用多次被 App Store 拒绝。</p>
<p>我打破的准则是:</p>
<blockquote>
<p>2.3 - Performance - Accurate Metadata</p>
<p>We were unable to install the app on iPad and iPhone. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on an iPad and iPhone.</p>
</blockquote>
<p>第一次被拒绝时,我意识到虽然我不希望我的应用程序在 iPad 上运行,但它仍然需要能够运行。所以我解决了这个问题并重新上传了。</p>
<p>第二次,我决定完全删除 UIRequiredDeviceCapabilities,但这仍然不起作用。</p>
<p>我不是硬件专家,所以我不太了解那里需要做什么。它在所有模拟器上运行良好,无论有没有那个键。</p>
<p>编辑:我问他们它在哪些设备上不起作用,他们只是回答说他们“在多个设备上尝试了安装”并且无法安装。</p>
<p>我很困惑,因为我实际上是在测试我的 Mac 上的所有设备并且它们都工作正常?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我在 AskDifferent 中发布了这个问题的答案:<a href="https://apple.stackexchange.com/questions/325464/app-review-do-they-allow-app-names-with-question-marks-in/325665#325665" rel="noreferrer noopener nofollow">https://apple.stackexchange.com/questions/325464/app-review-do-they-allow-app-names-with-question-marks-in/325665#325665</a> </p>
<p>基本上,<strong>如果您的应用名称中有问号</strong> (?),并且您收到了此拒绝消息,那么<strong>您需要将其删除</strong>。</strong> p>
<blockquote>
<ul>
<li><p>Change all occurrences of your app name ( I did this: <a href="https://stackoverflow.com/questions/33370175/how-do-i-completely-rename-an-xcode-project-i-e-inclusive-of-folders" rel="noreferrer noopener nofollow">How do I completely rename an Xcode project (i.e. inclusive of folders)?</a> )</p>
</li>
<li><p>Change the Bundle Display Name is info.plist to contain your original name (with the question mark)</p>
</li>
</ul>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iTunes Connect - 准确的元数据,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/50168845/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/50168845/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iTunes Connect - 准确的元数据