Force an iPad app to scale up on the iPad Pro?

How can I force an iPad app to scale up the window automatically for the iPad Pro? I know apps published in older SDKs appear to scale up on the Pro, but the app I'm currently developing is showing a lot more view on the Pro than the iPad.

Accepted Reply

Apps that natively support the iPad Pro will see a screen size of 1024x1366 points at 2x display scale (native bounds is 2732x2048). You can opt your iPad application into natively supporting the iPad Pro by including a Launch Storyboard and building with the iOS 9.1/9.2 SDK.

Replies

Apps that natively support the iPad Pro will see a screen size of 1024x1366 points at 2x display scale (native bounds is 2732x2048). You can opt your iPad application into natively supporting the iPad Pro by including a Launch Storyboard and building with the iOS 9.1/9.2 SDK.