App store submission - support ipad

Hi all,

We’re planning on releasing our Expo app to the app store in the middle of november. All seems well except for the Store Listing part.

In the previous version of our app, which was built with Ionic, we had accidentally configured the build to support both iPhone/iPad (“Universal”) via XCode. As per the Apple guidelines, newer versions of the app also must support the “Universal” config. Is it possible to specify this through the Expo build command?

Thanks

Hey @trinet,

You can use the supportsTablet key under the ios field in app.json. https://docs.expo.io/versions/v30.0.0/workflow/configuration#ios

Cheers,

Adam

@adamjnav Awesome! I will check this out.

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