InAppPurchase transactionReceipt 生产中的环境价值
当我测试应用内购买并从 SKPaymentTransaction 解码 transactionReceipt 时,我看到一个名为“环境”的字段
"environment" = "Sandbox";
谁能告诉我生产的价值吗?
多谢!
When I test In App purchases and I decode transactionReceipt from SKPaymentTransaction, I see a field named "environment"
"environment" = "Sandbox";
Can anyone tell me the value from the production?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,基于苹果 文档 .. 在生产中,您将没有这个密钥..因为您不负责用它做任何事情,它只是表明您正在使用沙箱,当您的应用程序提交生产、审核和批准时,该值不会出现。
Well as far as i know and based on apple Documentation .. In Production you will not have this key .. because you are not responsible to do anything with it ,, its just an indication that you are using sandbox when your app will be submitted for production, reviewed and approved, this value will not appear.