I am trying to upload an update for my app to the app store but am met with this error
ERROR ITMS-90101: "This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html"
I have been struggling with this for a while all the info.plist and build settings options are the same the only things that have changed are that i have had to set enable bitcode to NO and let app transport security settings to allow arbitrary loads.
What could be causing this error, is related to the bitcode/arbitrary loads.
EDIT:
I changed settings from iPhone to universal I then get these errors
ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'app.app.app'."
ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'app.app.app'."
I was wondering if these wouldn't appear if the app supported iPads before
if your app had already supported iPad and iPhone version for previous submission, but you want to send app uncheck iPad target divece. You can see this error.
Apple doesn't allow your update if you want to unsupported some old devices(only iPad or iphone).
Just create another storyboard name Ipad and change the Main interface for story board to Ipad.storyboard copy and paste all controller in Main.storyboard and paste it to the Ipad.storyboard and make sure you tick all device orientation for ipad Target setting
let me make things clear :- 1. Create a new duplicate storyboard named
ipad.storyboard
change Device to ipad
ipad.storyboard
tick all
Now you ipad interface will follow the ipad.storyboard views instead of Main.storyboard make sure both storyboard are same at all time.
I hope your problem is solve. can email direct for help [email protected]
If using expo
, check app.json
. In my case, i needed to add "supportsTablet": true
. Also check "orientation": "portrait"
property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With