ios - 其他开发者的 IAP 测试用户帐户可以购买我的应用吗?
<p><p>在服务器端,我正在做类似的事情:</p>
<pre><code>if(tryIsRealAccount or tryIsSandBoxAccount)
{buy...}
</code></pre>
<p>当我的应用正在接受 Apple 审核时,这是必须的。但是我应该在审核后关闭 sandBox-trying 吗?</p>
<p>这可能是一个愚蠢的问题,但我真的很想确定。谢谢!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>没有任何理由关闭沙盒测试 - 您只需在下次提交应用以供审核时再次打开它(因为 <a href="https://stackoverflow.com/questions/27891555/push-notifications-app-submitting-to-review/27891561#27891561" rel="noreferrer noopener nofollow">Apple's reviewers use the sandbox</a> )。</p>
<p>其他开发者将无法使用沙盒用户在您的生产应用中购买项目。我刚刚使用我的测试用户凭据在生产应用程序中对其进行了测试,如果没有付款信息,它就无法工作:</p>
<p> <img src="/image/6PznYm.png" alt="enter image description here"/> </p></p>
<p style="font-size: 20px;">关于ios - 其他开发者的 IAP 测试用户帐户可以购买我的应用吗?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/28016512/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/28016512/
</a>
</p>
页:
[1]