«Invalid Bundle. iPad Multitasking support requires these orientations

This page details the Player settings specific to iOS. For a description of general Player settings that apply to all platforms, see Player — General settings.

"Invalid Bundle. iPad Multitasking support requires these orientations

Standalone iOS Player settings

  • Icon
  • Resolution and Presentation
  • Splash Image
  • Debugging and crash reporting
  • Other Settings

"Invalid Bundle. iPad Multitasking support requires these orientations

"Invalid Bundle. iPad Multitasking support requires these orientations

Edit your plist file from xcode and add this lines

Or You can do below

"Invalid Bundle. iPad Multitasking support requires these orientations

In Target of Project, tab General, Check at Deployment Info -> Requires full screen. and ReArchive Product.

"Invalid Bundle. iPad Multitasking support requires these orientations

You need to add Portrait (top home button) on the supported interface orientation field of info. plist file in xcode

"Invalid Bundle. iPad Multitasking support requires these orientations

ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘ UIInterfaceOrieentationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationLandscapeRight’ in bundle ‘com. domain. app’”

"Invalid Bundle. iPad Multitasking support requires these orientations

"Invalid Bundle. iPad Multitasking support requires these orientations

Откройте файл info. plist в текстовом редакторе и добавьте строки:

Я попытался установить значение «ДА», но это не сработало, чего и следовало ожидать.

Если вам интересно, я разместил приведенные выше строки под разделом UISupportedInterfaceOrientations.

Надеюсь, это кому-то поможет. Благодарность Майклу.

更多相关推荐

To opt-out (disable) multi-tasking for your application:

It gets applied to the plist’s UIRequiresFullScreen key value.

"Invalid Bundle. iPad Multitasking support requires these orientations

Resolution and presentation

Use the Resolution and Presentation section to customize aspects of the screen’s appearance.

  • Resolution Scaling
  • Orientation
  • Allowed Orientations for Auto Rotation
  • Multitasking Support
  • Status Bar

"Invalid Bundle. iPad Multitasking support requires these orientations

Resolution Scaling player settings for the iOS platform

Resolution Scaling

Use the Resolution Scaling Mode setting to set the scaling to be equal to or below the native screen resolution:

SettingFunction

Disabled Scaling doesn’t apply and the application renders to its native screen resolution. FixedDPIWhen you select this value, the Target DPI property appears. Use the Target DPI property to set the target DPI of the game screen. Unity downscales the game screen to match this setting if the device’s native screen DPI is higher than this value. This helps you optimize performance and battery life. You can also use it to target a specific DPI setting. Unity calculates the scale as min(Target DPI * Factor / Screen DPI, 1). The Factor uses the Resolution Scaling Fixed DPI Factor value you enter in the Quality settings. Reset resolution on window resize Indicates whether to set the screen resolution to the new native window size when the native window size changes. If you set Resolution Scaling Mode to Fixed DPI, Unity recalculates the resolution based on Fixed DPI property.

Читайте также:  ‎Music Player - Player for lossless music on the App Store

Orientation

Choose the game’s screen orientation from the Default Orientation drop-down menu. The default setting is Auto Rotation. If selected, this setting causes the screen to rotate with device orientation.

Select a different setting to determine a fixed location for where the Home button appears on the screen:

SettingHome button position

PortraitBottom
Portrait Upside DownTop
Landscape LeftRight side
Landscape RightLeft side. Auto RotationScreen orientation changes with device orientation. This is the default.

Note: The Default Orientation setting applies to both iOS and Android devices.

When you select Auto Rotation as the Default Orientation, these settings appear:

Multitasking Support

Enable the Requires Fullscreen option if your application needs to run in full screen mode.

Status Bar

Use the Status Bar section to specify parameters related to the iOS status bar.

SettingFunction

Status Bar HiddenEnable this option to hide the status bar when your application launches. Status Bar StyleDefine the style of the status bar when the application launches. The options are Default and Light. Disable Depth and StencilEnable this option to disable the depth and stencil buffers. Render Over Native UIEnable this option to force your app to render on top of the native iOS UI. Show Loading IndicatorSelect how the loading indicator appears. The options are White Large, White, and Gray.

Icon

Use the Icon settings to customize the branding for your app on the Apple Store.

Icon settings in the iOS Player settings

You can upload and assign these types of custom icons for each iOS device (iPhone, iPad):

Icon typeWhere it displays

Application iconsMain icons for your app
Spotlight iconsSpotlight search results for your app
Settings iconsDevice’s main Settings page
Notification iconsNotifications sent from your app
Marketing iconsApp Store

All icons you upload are Texture 2D-type Assets. If an icon Texture is missing, Unity scales the icon Texture with the nearest size, with a preference towards using larger Textures.

Debugging and crash reporting

Use the Debugging and crash reporting settings to gather data about your app’s performance and troubleshoot crashes.

"Invalid Bundle. iPad Multitasking support requires these orientations

Debugging and crash reporting on the iOS platform

Splash image

Use the Splash Image section to customize your app’s splash image for different iOS-supported devices.

"Invalid Bundle. iPad Multitasking support requires these orientations

Splash Settings for the iOS platform

The Virtual Reality Splash Image setting, located above the common Splash Screen settings, allows you to select a custom splash image for Virtual Reality displays.

Читайте также:  Выбираем приложение для рисования на iPad

Custom storyboards

"Invalid Bundle. iPad Multitasking support requires these orientations

Using a Storyboard as a launch screen for iOS

When you select the Custom Storyboard option in the Launch screen type dropdown for either iPhone or iPad, the Custom Storyboard button appears.

When you disable the Use Storyboard for Launch Screen checkbox, you can implement splash images with one of these methods:

If you don’t use custom storyboards, you can use Unity’s built-in launch screens to implement splash images.

Launch Screens

  • You can’t display different content based on device orientation for iPads.
  • All iPhones support landscape launch screens, but certain iOS versions show the Landscape Left launch screen instead of the Landscape Right one due to a bug.
  • Before iOS 13, it was impossible to override the root view controller for a storyboard, so the launch screen supports all orientations and ignores some settings, like status bar behavior. Starting with iOS 13, launch screen is fully compliant with your app’s settings for orientation and status bar appearance.

These limitations also apply to custom storyboards.

Select the Launch screen type for iPhone and iPad in the the iPhone Launch Screen and iPad Launch Screen sections:

Note: With a Unity Personal subscription, the Unity Splash Screen displays as soon as the engine initializes, in addition to your chosen splash screen.

Other settings

  • Rendering
  • Identification
  • Configuration
  • Optimization
  • Logging
  • Legacy

Rendering

Use these settings to customize how Unity renders your application for the iOS platform.

"Invalid Bundle. iPad Multitasking support requires these orientations

Rendering Player settings for iOS platforms

Identification

Enter identifying information for your app.

"Invalid Bundle. iPad Multitasking support requires these orientations

Identification settings for iOS platforms

Configuration

"Invalid Bundle. iPad Multitasking support requires these orientations

Configuration settings for iOS platforms

  • A: API configuration settings
  • B: Apple-specific information
  • C: Device information
  • D: Variant map for app slicing
  • E: Other configuration settings

API configuration settings

  • Install ILSpy for Windows.
  • Drag the .NET assemblies for the API compatibility level that you are having issues with into ILSpy. You can find these under Frameworks/Mono/lib/mono/YOURSUBSET/.
  • Drag in your third-party assembly.
  • Right-click your third-party assembly and select Analyze.
  • In the analysis report, inspect the Depends on section. Anything that the third-party assembly depends on, but that’s not available in the .NET compatibility level of your choice, is highlighted in red.

Apple-specific information

SettingFunction

Camera Usage DescriptionEnter the reason for accessing the camera on the device. Location Usage DescriptionEnter the reason for accessing the location of the device. Microphone Usage DescriptionEnter the reason for accessing the microphone on the device. Use On-Demand Resources
Enable this option to use on-demand resources. When enabled, the Variant map for app slicing section appears. Accelerometer Frequency
Define how often to sample the accelerometer. You can set the frequency at 15Hz, 30Hz, 60Hz, or 100Hz. Use a lower frequency for better performance. If your app doesn’t use the accelerometer, select Disabled. Prepare iOS for RecordingEnable this option to initialize the microphone recording APIs. This lowers recording latency, but it also re-routes iPhone audio output via earphones. Force iOS Speakers when RecordingEnable this option to send the phone’s audio output through the internal speakers, even when headphones are plugged in and recording. Requires Persistent WiFiEnable this option to require a Wi-Fi connection. This maintains the active Wi-Fi connection while the app is running. Supported URL schemesA list of supported URL schemes. To add new schemes, increase the value of the Size property, then set a reference to the Asset to load in the new Element box that appears.

Читайте также:  Топ лучших планшетов Prestigio на 2021 год с достоинствами и недостатками

Device information

Note: If you don’t see the section, make sure the Use on Demand Resource property is enabled.

You can add and remove new variants with the plus (+) and minus (-) icons. You can also select a variant from the list and see or modify its settings under Variant settings. For any of these settings except Variant name, if you choose Custom value, an additional property appears underneath where you can enter your own value to use:

You can also add your own setting. Click the Add custom entry button and a new pair of text boxes appear:

Other configuration settings

"Invalid Bundle. iPad Multitasking support requires these orientations

Script compilation settings for the iOS platform

Optimization

"Invalid Bundle. iPad Multitasking support requires these orientations

Optimization settings for iOS platforms

Logging

Select what type of logging to allow in specific contexts.

"Invalid Bundle. iPad Multitasking support requires these orientations

Logging settings for iOS platforms

  • Select your preferred logging method from the available options.
  • Check a box that corresponds to each Log Type (Error, Assert, Warning, Log, and Exception) based on the type of logging you require. For example:

    ScriptOnly: Logs only when running scripts.
    Full: Logs all the time.
    None: No logs are ever recorded.

  • ScriptOnly: Logs only when running scripts.
  • Full: Logs all the time.
  • None: No logs are ever recorded.

Legacy

Enable the Clamp BlendShapes (Deprecated) option to clamp the range of Blend Shape weights in SkinnedMeshRenderers. This option has been deprecated and should no longer be used.

Оцените статью
iPad Мобайл
Добавить комментарий