Tuesday, 15 January 2013

objective c - iOS app with iphone target only (non-universal) renders fine on ipad iOS7 but not on ipad iOS8 -



objective c - iOS app with iphone target only (non-universal) renders fine on ipad iOS7 but not on ipad iOS8 -

when run targeted iphone app on ipad ios7, renders in iphone mode , want. in fact, when print size of window bounds, correctly prints out 320 x 480. however, when run same app on ipad ios8, app goes total screen mode window bounds 1024 x 768.

do know how can restrict ios8 ipad render app iphone app , not total screen ipad app?

note: did testing on same ipad device before , after upgrade ios7 ios8. i'm consistently able repro ipad simulators

this might caused known bug in xcode-6 fixed in xcode-6.1 beta. if using storyboard launch file, ios 8 ipad not scaled iphone mode, treated actual ipad. prepare bug, utilize static launch images hitting use asset catalog on next screen in target options, general tab:

after this, create sure have static launch images uploaded .xcassets, or update xcode 6.1 beta prepare issue.

objective-c cocos2d-iphone ios8

No comments:

Post a Comment