Hi, i am having issues related to the deployment and somehow my app review got rejected because of a crash on iPad. I am using expo as development environment and I tried to specify "supportsTablet": false in the app.json but didn't work. So for now we want to make our app available for iPhones only. Is there any way to do that? Please respond if someone knows any alternative for it. Thanks in advance.
Make app available only for iPhone only not ipads
So for now we want to make our app available for iPhones only. Is there any way to do that? > NO. If you make your app for targeting iPhone only, your app needs to run on the simulator mode (3.5' screen) of iPad. Fix your app to run on iPad or make it target for both iPhone and iPad. The only other alternative is abandoning to publish it on the App Store.