Je développe une application universelle pour Iphone et iPad avec xamarin et j'essaie de la déployer sur un magasin d'applications en utilisant Xamarin Studio pendant le déploiement.
ERREUR ITMS-90474:. « Soutien Multitâche Bundle non valide iPad nécessite .__ ces orientations. .__ 'UIInterfaceOrientationPortrait, UIInterfaceOrientationPortraitUpsideDown, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight' ..__ Trouvé .__ 'UIInterfaceOrientationPortrait, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight' .__ dans.... bundle "bundle_Name"
J'ai passé beaucoup de temps sur Google mais je n'ai pas trouvé de solution pour le résoudre avec Xamarin Studio.
Editez votre fichier plist depuis xcode et ajoutez ces lignes
<key>UIRequiresFullScreen</key>
<true/>