Home > Back-end >  Flutter iOS App Store Connect require upload iPad Screenshots
Flutter iOS App Store Connect require upload iPad Screenshots

Time:05-17

I only want my App to available on iPhone. This is what I setup in XCode:

enter image description here

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:

enter image description here

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.

  • Related