I upgraded my app to universal, but am not ready yet to release the ipad version just an update to the iphone version, so I set targeted device family to "iPhone". After successful upload of the binary, the app is quickly marked red with "missing screenshot". Presumably, this error is related to a confusion about iPad? Lookin开发者_JAVA技巧g at the ArchiveInfo.plist, the UIDeviceFamily has 2 items in the array (1,2). What do I need to do to get address this error in itunesconnect?
Your targeted device family setting is currently:
TARGETED_DEVICE_FAMILY = 1,2
It should be:
TARGETED_DEVICE_FAMILY = 1
You can leave bugs at http://developer.apple.com/bugreporter/
精彩评论