Landscape Game crashed on iOS 8 on SKStoreProductViewController

Hi,

I can’t present the SKStoreProductViewController in my Landscape-App on iOS/iPhone, because the App only supports Landscape-Mode. On iOS 8 there are some things broken if I allow the Portrait-Mode in the Info.plist.

I am using the develop-branch and in my GraphicsDeviceManager is set to …

			graphics.SupportedOrientations = 
			DisplayOrientation.LandscapeLeft 
			| DisplayOrientation.LandscapeRight;

What can I do to fix this problem?

Regards
Ronny

I have encountered a similar problem with Game Center. I used to allow all orientations in the Info.plist and then set supported orientations like you did, but the orientation is now broken if you do that. I opened an issue on GitHub: