In App Purchase内容iOS的应用程序上传器错误

问题描述:

我有一包10张图片,我想上传到苹果服务器进行IAP。上传Xcode崩溃。使用Application loader上传会给出不同的错误,最常见的是:

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时,我必须将相同的图像添加到我上传到Itunes connect的Appliction上传者查看屏幕截图。

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.