In IOS5 – If my app gets suspended, can I somehow prevent it from being wiped out from memory if IOS requires the memory?
If it does get wiped out, can I ask IOS to put it again in suspended state after it regains the memory back again?
In IOS5 – If my app gets suspended, can I somehow prevent it from
Share
No, you cannot do that. The memory is under control of the watch dog.
Instead make your app preserves the last state to speed up the next start. Then it seems for the user that the app wasn’t ever killed.