Reputation: 35
I have a game made in Adobe Air, specifically in Adobe Flash CS6 that was working in IOS7 normally but since i updated my phone to IOS8 the game is not working. It displays me just a black screen and nothing happens.
I wanna know if i need to do something in my as3 code to make the game work or if it is some bug from IOS8 that wasn't solved yet?
Tks
Upvotes: 0
Views: 426
Reputation: 175
You must update your Adobe AIR SDK. Currently I recommend to use latest that include a lot of iOS8 fixes (15.0.0.302 at moment of this message)
1) Go to Adobe AIR SDK at labs
2) Find there at the middle of page:
AIR SDK and Compiler for Mac OS XDownload AIR 15 SDK & Compiler for Mac OS X (TBZ2, 185 MB) AIR SDK and Compiler for WindowsDownload AIR 15 SDK & Compiler for Windows (ZIP, 204 MB)
3) Download your version
4) Install it according to Update AIR SDK in CS6 and newer
5) Compile your IPA and test it.
P.S. Also go to Released version of Adobe AIR SDK and compare this versions. If it newer - use Release. If Beta latest - use Beta. It's always stable.
Upvotes: 2