Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by jbassking · Oct 26, 2020 at 11:20 AM · adsadvertising

Interstitial Unity Ads Crashing in iOS in Landscape Mode

Our app starts in portrait mode but switches depending on the game that's being played. The games that display in portrait mode show the Interstitial ads fine but the ones that switch to landscape, crash. I've been fighting with this issue for days now. I'm using Unity 2020.1.10f1 with Advertisement 3.5.0 Android works fine. This is how the mode is changed:

 Screen.orientation = ScreenOrientation.Landscape;

"Uncaught exception: UIApplicationInvalidInterfaceOrientation: Supported orientations has no common orientation with the application, and [UADSViewController shouldAutorotate] is returning YES"

2020-10-21 13:29:53.237169-0400 App[960:203524] I/UnityAds: +[UnityAds show:placementId:] (line:87) :: Unity Ads opening new ad unit for placement video 2020-10-21 13:29:53.437265-0400 App[960:203524] I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:70) :: Opening performance ad with orientation LANDSCAPE 2020-10-21 13:29:53.445555-0400 App[960:203524] Uncaught exception: UIApplicationInvalidInterfaceOrientation: Supported orientations has no common orientation with the application, and [UADSViewController shouldAutorotate] is returning YES ( 0 CoreFoundation 0x000000018b7af5c0 472C9193-115D-34CD-AD1D-0E7E091C9432 + 1185216 1 libobjc.A.dylib 0x000000019f82942c objc_exception_throw + 60 2 CoreFoundation 0x000000018b6aba9c 472C9193-115D-34CD-AD1D-0E7E091C9432 + 121500 3 UIKitCore 0x000000018d9e9794 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4839316 4 UIKitCore 0x000000018d9d9f44 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4775748 5 UIKitCore 0x000000018d9e916c 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4837740 6 UIKitCore 0x000000018d8c42fc 47154C6D-47DF-3ABB-A152-56B159B014E4 + 3638012 7 UIKitCore 0x000000018d8b98b4 47154C6D-47DF-3ABB-A152-56B159B014E4 + 3594420 8 UIKitCore 0x000000018d9ddf90 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4792208 9 UIKitCore 0x000000018d9e150c 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4805900 10 UIKitCore 0x000000018d9e2430 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4809776 11 UIKitCore 0x000000018d9e2784 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4810628 12 UIKitCore 0x000000018d9e237c 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4809596 13 UIKitCore 0x000000018d9e2860 47154C6D-47DF-3ABB-A152-56B159B014E4 + 4810848 14 UnityFramework 0x000000010577c468 __153+[UADSApiAdUnit WebViewExposed_open:supportedOrientations:statusBarHidden:shouldAutorotate:isTransparent:withAnimation:homeIndicatorAutoHidden:callback:]_block_invoke + 388 15 libdispatch.dylib 0x000000018b3abfd0 8E662F82-B1E4-3E7E-A376-18E9755A8F51 + 8144 16 libdispatch.dylib 0x000000018b3adac8 8E662F82-B1E4-3E7E-A376-18E9755A8F51 + 15048 17 libdispatch.dylib 0x000000018b3bb04c _dispatch_main_queue_callback_4CF + 836 18 CoreFoundation 0x000000018b72c1e4 472C9193-115D-34CD-AD1D-0E7E091C9432 + 647652 19 CoreFoundation 0x000000018b7263b4 472C9193-115D-34CD-AD1D-0E7E091C9432 + 623540 20 CoreFoundation 0x000000018b7254bc CFRunLoopRunSpecific + 600 21 GraphicsServices 0x00000001a21aa820 GSEventRunModal + 164 22 UIKitCore 0x000000018e0c9734 47154C6D-47DF-3ABB-A152-56B159B014E4 + 12048180 23 UIKitCore 0x000000018e0cee10 UIApplicationMain + 168 24 UnityFramework 0x0000000104909bc4 -[UnityFramework runUIApplicationMainWithArgc:argv:] + 108 25 App 0x000000010286be1c main + 68 26 libdyld.dylib 0x000000018b3ece60 90A4E82E-250C-35E3-8B2D-51D6D8B1119B + 3680 ) 960: CFNetwork internal error (0xc01a:/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-1197/ProjectRuntime/CFNetworkInternal.h:442)

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

213 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

can i apply an ad on a material 1 Answer

unity ads paying very low money with very less eCPM 0 Answers

Multiple AdvertisementManager, one for every Scene? 0 Answers

Advertisement error when load new scene,Ads shows error when load scene 1 Answer

Unity Ads API 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges