In App Purchase 内容的应用程序上传器错误 iOS
Application uploader error for In App Purchase content iOS
我有一组 10 张图像,我想将它们上传到 Apple 的服务器以进行 IAP。使用 Xcode 上传时崩溃。使用应用程序加载器上传给我不同的错误,最常见的错误是:
"The file IOS_20Simulator_20Screen_20shot_2027_20feb_202014_2023.55.07.png is from the list of files requested by Apple, but it was not found locally." 有时它说的是一样的,但 "image.png"
因此,经过大约 150 次尝试,我终于成功了。添加 IAP 时,我必须将相同的图像添加到 Appliction 上传器 "Screenshot for review",我上传到 Itunes connect。
我有一组 10 张图像,我想将它们上传到 Apple 的服务器以进行 IAP。使用 Xcode 上传时崩溃。使用应用程序加载器上传给我不同的错误,最常见的错误是:
"The file IOS_20Simulator_20Screen_20shot_2027_20feb_202014_2023.55.07.png is from the list of files requested by Apple, but it was not found locally." 有时它说的是一样的,但 "image.png"
因此,经过大约 150 次尝试,我终于成功了。添加 IAP 时,我必须将相同的图像添加到 Appliction 上传器 "Screenshot for review",我上传到 Itunes connect。