Reputation: 103
I have my iPad app (with keyboard extension) ready to go, but when i try to submit it in iTunesConnect, I get an error saying that I need to add screenshots for 4inch screens and 3.5inch screens. It apparently thinks my app is meant for iPhone as well when it is really just for iPad. I have looked at similar issues on this site and I have done exactly what the posts tell me to do. But I still get the same error.
-In my project, under deployment info, I have devices set to iPad.
-In my info.plist I have required device capabilities set to armv7
-In Build settings > deployment I have target device family set to iPad. as well as in my keyboard extension build settings.
I am not sure what else I can effect in order to make iTunesConnect know that my app is only for iPad. Perhaps I am misinterpreting the error all together?
-Thanks in advance.
Upvotes: 2
Views: 3218
Reputation: 2184
1) You can confirm what iTunes Connect thinks the device family is by clicking the version link and looking at the binary details
2) Assuming the iTunes Connect inspection verifies that your binary really does think it's universal (or not iPad), confirm that you've changed the device family for your target for release as well as debug:
If the device family is correct at iTunes Connect, then you know the interpretation of the message is off and something else is going on.
Upvotes: 1