iPad Multitasking support requires these orientations

Matheus Mello
Matheus Mello
September 2, 2023
Cover Image for iPad Multitasking support requires these orientations

📱🔀 iPad Multitasking Support: Understanding Orientations and Common Issues

So, you're all set to submit your universal iOS 9 app to Apple, but you've encountered a pesky error message in iTunes Connect regarding iPad Multitasking support and orientations. Don't fret! We're here to help you navigate through this challenge and find an easy solution. Let's dive in! 💪🏻

🔍 Understanding the Error Message When you try to submit your app for review, you receive an error stating: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown' in bundle 'com.bitscoffee.PhotoMarks.iOS'."

🔧 The Orientation Requirement Here, Apple is specifying that iPad Multitasking support necessitates support for four orientations: Portrait, PortraitUpsideDown, LandscapeLeft, and LandscapeRight. The error message arises because your app currently only supports the Portrait and PortraitUpsideDown orientations.

🤔 Is There a Workaround? The good news is that there is a workaround to meet Apple's requirements without having to support all four orientations. 🎉

📝 Step-by-Step Solution

  1. Open your Xcode project and go to your app's target settings.

  2. Locate the "General" tab and scroll down to the "Deployment Info" section.

  3. Uncheck all the checkboxes under the "Device Orientation" subsection.

  4. Manually add the necessary orientations by modifying your app's info.plist file.

💡 Tip: To add the necessary orientations to your info.plist file, you'll need to include the following key-value pairs under the "Supported interface orientations (iPad)" section:

  • Portrait (UIInterfaceOrientationPortrait)

  • PortraitUpsideDown (UIInterfaceOrientationPortraitUpsideDown)

  • LandscapeLeft (UIInterfaceOrientationLandscapeLeft)

  • LandscapeRight (UIInterfaceOrientationLandscapeRight)

🚀 The Final Step After making these changes, try submitting your app for review again. This time, you should be able to bypass the previous error message and proceed smoothly.

📣 Engage with the Community If you found this guide helpful or have any further questions, we'd love to hear from you! Share your experiences, tips, or any other thoughts in the comments section below. Let's help each other succeed! 🙌🏻

🌟 Conclusion Remember, iPad Multitasking support has specific orientation requirements that you need to meet when submitting your iOS 9 app to Apple. By following the step-by-step solution outlined above, you can easily address this common issue and ensure a smooth submission process.

Don't let a small error message hold you back; take action and get your app out there for the world to enjoy! 🚀✨

Take Your Tech Career to the Next Level

Our application tracking tool helps you manage your job search effectively. Stay organized, track your progress, and land your dream tech job faster.

Your Product
Product promotion

Share this article

More Articles You Might Like

Latest Articles

Cover Image for How can I echo a newline in a batch file?
batch-filenewlinewindows

How can I echo a newline in a batch file?

Published on March 20, 2060

🔥 💻 🆒 Title: "Getting a Fresh Start: How to Echo a Newline in a Batch File" Introduction: Hey there, tech enthusiasts! Have you ever found yourself in a sticky situation with your batch file output? We've got your back! In this exciting blog post, we

Cover Image for How do I run Redis on Windows?
rediswindows

How do I run Redis on Windows?

Published on March 19, 2060

# Running Redis on Windows: Easy Solutions for Redis Enthusiasts! 🚀 Redis is a powerful and popular in-memory data structure store that offers blazing-fast performance and versatility. However, if you're a Windows user, you might have stumbled upon the c

Cover Image for Best way to strip punctuation from a string
punctuationpythonstring

Best way to strip punctuation from a string

Published on November 1, 2057

# The Art of Stripping Punctuation: Simplifying Your Strings 💥✂️ Are you tired of dealing with pesky punctuation marks that cause chaos in your strings? Have no fear, for we have a solution that will strip those buggers away and leave your texts clean an

Cover Image for Purge or recreate a Ruby on Rails database
rakeruby-on-railsruby-on-rails-3

Purge or recreate a Ruby on Rails database

Published on November 27, 2032

# Purge or Recreate a Ruby on Rails Database: A Simple Guide 🚀 So, you have a Ruby on Rails database that's full of data, and you're now considering deleting everything and starting from scratch. Should you purge the database or recreate it? 🤔 Well, my