菜鸟教程小白 发表于 2022-12-11 20:00:30

ios - 我应该显示恢复订阅按钮吗?


                                            <p><p>这个按钮真的有必要吗?当我验证收据并发现有有效订阅时,它不是唯一说明订阅有效并且不需要运行恢复过程吗?或者在某些情况下无法确定用户是否有订阅,例如在其他设备上?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p><strong>如果您提交应用时使用“应用内购买”但没有“恢复”按钮,您的应用将被拒绝</strong>。即使您有一个自制的检查并且没有看到按钮的目标,也可以添加它。</p>

<p>如果您尝试在没有恢复按钮的情况下提交它,您会收到来自 Apple 的拒绝消息:</p>

<blockquote>
<p>We found that your app offers In-App Purchase/s that can be restored
but it does not include a &#34;Restore&#34; feature to allow users to restore
the previously purchased In-App Purchase/s.</p>

<p>To restore previously purchased In-App Purchase products, it would be
appropriate to provide a &#34;Restore&#34; button and initiate the restore
process when the &#34;Restore&#34; button is tapped.</p>
</blockquote>

<p>不要玩 Apple 规则 :)</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 我应该显示恢复订阅按钮吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/49737215/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/49737215/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 我应该显示恢复订阅按钮吗?