Skip to main content
yx97_2
Inspiring
July 3, 2014
Answered

My iOS app crashes on iPad mini

  • July 3, 2014
  • 1 reply
  • 368 views

Hi!

I have a game that runs on iPad 2 and iPad 4. I've tested it on iPad mini and the game crashes. I used AIR SDK 13.0 and then I've upgrated the SDK to 14.0 - it didn't help. The game crashes.

Do you know for some AIR bug that can be related to the problem?

Olga

This topic has been closed for replies.
Correct answer yx97_2

Hi Chris!

I've changed the memory management of the game. Instead of loading all the graphics in the beginning of the game I'm holding in the memory just current and the next screen graphics. Now the game uses less memory and can run on iPad Mini

Olga

1 reply

chris.campbell
Legend
July 7, 2014

Could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include the crash log and some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly (ccampbel@adobe.com). 

Once added, please post back with the URL so that others effected can add their comments and votes. I'll also follow up internally.

yx97_2
yx97_2AuthorCorrect answer
Inspiring
July 31, 2014

Hi Chris!

I've changed the memory management of the game. Instead of loading all the graphics in the beginning of the game I'm holding in the memory just current and the next screen graphics. Now the game uses less memory and can run on iPad Mini

Olga