Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在沙盒/开发环境中阅读 App Store 收据(iOS7)。如果文件不存在(始终存在),我会发出 SKReceiptRefreshRequest。它总是在我的委托上调用 request:didFailWithError: 。这是为什么?我以为Apple会在开发测试时提供假收据?
提醒自己和其他面临此类愚蠢问题的人:使用测试用户帐户登录!
现在一切正常。多谢你们