macos - "App Store temporary unavailable"用于应用程序购买中的沙箱

标签 macos cocoa app-store in-app-purchase storekit

我正在尝试在 App Store 的 Mac 应用程序中测试应用内购买,但无论我做什么,我都会不断收到此错误:

enter image description here

当我查看 Console 应用日志时,我看到了以下内容:

2/26/13 3:08:05.452 PM App Store[1798]: FRWebDelegate: Received http status code 500 on response.
2/26/13 3:08:06.686 PM App Store[1798]: FRWebDelegate: Received http status code 500 on response.
2/26/13 3:08:07.929 PM App Store[1798]: FRWebDelegate: Received http status code 500 on response.
2/26/13 3:08:09.162 PM App Store[1798]: FRWebDelegate: Received http status code 500 on response.
2/26/13 3:08:10.401 PM App Store[1798]: FRWebDelegate: Received http status code 500 on response.
2/26/13 3:25:19.819 PM App Store[1798]: FRWebDelegate: Received http status code 500 on response.

我的产品已正确列出,看起来所有购买的东西都很好,但我仍然无法让它工作。

其他人以前见过这个吗?

最佳答案

可能不是这样,但是一旦我开始使用与我当前的应用商店帐户(巴西)相同的国家/地区的测试用户,错误就不再发生。

我正在尝试使用美国应用商店的用户,当应用程序启动时,商店必须切换到美国商店,看起来这可能会使 App Store 应用程序向 Apple 服务器发送错误数据。

因此,为您自己的应用商店帐户创建同一国家/地区的测试用户。这对我有用。

关于macos - "App Store temporary unavailable"用于应用程序购买中的沙箱,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15096571/

相关文章:

objective-c - 在 iPad 应用程序中心显示操作表

.htaccess - 在.htaccess重定向中的url链接上打开Goog​​le Play商店/Apple App Store

python-3.x - QGIS 3不会安装在已经通过Anaconda安装的python3.6的mac上

iphone - 禁用滚动 UIWebView

cocoa - 如何用Cocoa压缩jpeg图像?

swift - 'ViewController' 不能转换为 'CocoaMQTTDelegate' 吗?

ios - 自制软件安装脚本 mac os 10.10.5

objective-c - 使用不活动的应用程序(后台)

xcode - 在AppKit中为macOS SwiftUI应用设置主窗口标题吗?

iphone - 上传应用程序到应用商店时使用什么版本的IOS?