Skip to main content
Known Participant
September 27, 2011
Question

Is there a way to know how many memory is available in iOS?

  • September 27, 2011
  • 2 replies
  • 592 views

Hi

I was wondering if I can check just when my App starts, how many memory is available... Does anybody knows if there is a way to do this?

Thank you in advance

This topic has been closed for replies.

2 replies

Known Participant
October 8, 2011

There is not?

Participant
October 11, 2011

You can use http://help.adobe.com/en_US/air/reference/html/flash/system/System.html#freeMemory to know the amount of free memory for the application.

-Hoping that helps