开发者

Universal app rejected in itunes for "missing screenshot" yet is set for "iPhone" Targeted Device Family

开发者 https://www.devze.com 2023-01-17 15:35 出处:网络
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 bin

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消