Hi all,
I am having weird screen feedbacks after IOS 8 released. I am testing on all simulators(IOS 8 and IOS 7) and on some devices(iphone 4, iphone 5, iphone 6, ipad air) I don't see any problems. Even my game passed Apple's review 3 times. But players try to tell me some weird screen problem via comments and mails. At the end, yesterday one of player sent me screenshots and I saw the problem.
My default resolution is 320x480 - letterbox.
Here is the game link
https://itunes.apple.com/gb/app/word-search-colorful/id543054341?mt=8In mean time, I released 2 version to fix this problem, one with xcode 5 based on ios 7 and the other with new xcode on ios 8. And I still get the simiar emails.
Here is the ipad air 2 screen. I will be appreciated If someone who has new ipad air 2, could test it.
Admob interstitials are working well.
Comments
Here is ipad air 2 screen
Here is ipad air screen
I solved the problem. I knew that something weird with ipad on ios 8 but how was that relevant with gideros.
Problem: For all my gideros portrait games if you start game while you are holding your ipad(ios 8) lanscape, that generates width as height and height as a width. So that seems weird. You can see it on your ipad simulator making it landscape before open your game. If you didn't test your game before for this bug you should test it.
Here is the solution:
In Appdelegate.mm change this line,