菜鸟教程小白 发表于 2022-12-12 22:31:04

ios - 更新 ios Appstore 应用程序以仅允许 iPhone


                                            <p><p>我的应用程序支持苹果应用商店,iPhone、iPad 和 iPod(通用),现在我想让我的应用程序仅与 iPhone 兼容,如何实现。(在 xcode 设备系列中,我只能检查 iPhone 和sumbit app sotre,这会让我的应用只支持iphone吗)请帮忙</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p><strong>不可能</strong>使用原始 Bundle ID。</p>

<p>引用以下文档:</p>

<p> <a href="https://developer.apple.com/library/content/qa/qa1623/_index.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/content/qa/qa1623/_index.html</a> </p>

<blockquote>
<p>Bundles must continue to support any devices previously supported.</p>
</blockquote>

<p><strong>您唯一的选择</strong>是创建一个新的捆绑 ID 并使用它提交您的应用。</p>

<blockquote>
<p>Removing your app from the store, and uploading the update with a
different bundle ID, will allow you to narrow the range of devices
your update supports. However the update will be listed on the store
as a separate app.</p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 更新 ios Appstore 应用程序以仅允许 iPhone,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/39975400/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/39975400/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 更新 ios Appstore 应用程序以仅允许 iPhone