应用程序内购买内容 iOS 的应用程序上传器错误

问题描述:

我有一包 10 张图片,我想将其上传到 Apple 服务器以进行 IAP.使用 Xcode 上传崩溃.使用应用程序加载器上传给我带来了不同的错误,最常见的是:

I have a pack of 10 images that I want uploaded to Apples server for IAP. Uploading with Xcode crashes. Uploading with Application loader gives me different errors with the most common being:

文件 IOS_20Simulator_20Screen_20shot_2027_20feb_202014_2023.55.07.png 来自 Apple 请求的文件列表,但在本地找不到."有时它说相同但带有image.png"

"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." sometimes it says the same but with "image.png"

所以最终在大约 150 次尝试之后我设法让它工作.在添加 IAP 时,我必须将相同的图像添加到应用程序上传器用于审核的屏幕截图"中.

So eventually after about 150 tries I managed to make it work. I had to have the same image added to the Appliction uploader "Screenshot for review" that I uploaded to Itunes connect when adding the IAP.