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.

This is how the mode is changed:

Screen.orientation = ScreenOrientation.Landscape;

Here’s what I’m getting.

Did you solved this problems

No. It’s very frustrating.

done.
on Xcode → General → Device Orientation:
Check : Portrait, Landscape Left, Landscape Right.

then rebuild again. Tell me know your result, plz!

@trati It worked! Thank you so much!