How to turn off iPad when submitting to iOS app store (only want iPhone)

  1. SDK Version: ^45.0.2
  2. Platforms(Android/iOS/web/all): iOS

Submitting to the iOS app store and am being stonewalled by it being offered on iPad. I want it to be available on iPhone only and set

“ios”: {
“supportsTablet”: false…

but I still get this from apple and rejected:

"We discovered one or more bugs in your app. Specifically, the app loads to a blank page after logging in. Please review the details below and complete the next steps.Review device details:-

Device type: iPad"

How do I turn off iPad on Expo??

Unfortunately, if you previously published it with iPad support, then it’s apparently not possible to remove it. You would have to create a new iPhone-only app.

If you have not previously published the app on the App Store, then I think what you have done should work.

I only pushed it to test flight (and this is for the very first time) so I’m not sure why it isn’t working. I’ve tried a handful of times.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.