using iTMSTransporter to upload iPad Pro screenshots (fails)

I'm attempting to use iTMSTransporter on the commandline to bulk upload app screenshots.


I build myself a .itmsp bundle and pass it on the commandline - all works well - except when I attempt to upload iPad Pro screenshots. The transporter complains with the following error:


ERROR ITMS-3000: "Line 1 column 7900: value of attribute "display_target" is invalid; must be equal to "Mac", "appletvos", "iOS-3.5-in", "iOS-4-in", "iOS-4.7-in", "iOS-5.5-in", "iOS-Apple-Watch" or "iOS-iPad"




Question is - does anyone know what the correct display_target is for iPad Pro (assuming the transporter even supports it - which looks doubtful since it doesn't appear when I use the transporter to download the itmsp bundle)


Thanks

I do not think the upload of iPad Pro screens is supported at this time. As you say, it does not appear in the metadata file when downloading the bundle even if there are iPad Pro screens uploaded.

Hello,


i've used the lookup metadata mode on a project that supports iPad Pro size and has the related screenshots manually added via iTunesconnect. The exported metadata.xml displays the iPad Pro target items


<software_screenshot display_target="iOS-iPad-Pro" position="1">


I've modified the itmsp folder with some test screenshots but still i am replied that this display_target is not supported.


Best

n.

I have this same issue. iTMSTransporter is able to download metadata.xml with display_target="iOS-iPad-Pro", but it is unable to upload it.

Hello,


While i hope you've managed to fix your issues already, here's what solved me my problem.


Apparently in order to persuade the transporter app / Apple servers to recognise the iPAD Pro Display Target, you'll need to declare the package version in the <package xmlns=..markup. The most recent, and the only one accepting the iPAD Pro display target is 5.4.


My metadata.xml files are using something like bellow:

<package xmlns="http://apple.com/itunes/importer" version="software5.4">


And i can inject iPAD Pro


Let me know if it helped


Best

n.

Thank you so much ! I had given up trying to find a solution


This worked for me as well, changing to software5.4

using iTMSTransporter to upload iPad Pro screenshots (fails)
 
 
Q