I only want my App to available on iPhone. This is what I setup in XCode:
And in my project.pbxproj
I set all TARGETED_DEVICE_FAMILY = 1;
But still when I upload my build
to AppStore Connect it tells me to upload iPad Screenshots:
What am I missing here? Apple always rejects me because of the missing screenshots.. I only want iPhone support, not iPad.
CodePudding user response:
i saw your version 1.1.2, I think you uploaded before right? Did you upload app with support for both iPhone and iPad before? If you did once then store needs ipad screenshots even if you remove(uncheck) ipad and release new version.