I was wondering if it is possible to free up ram programmatically in iOS? At least I would like to remove all the apps in the background.. thanks..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no API for this. However, if your app is in the foreground and uses tons of RAM, it will cause the OS to kill background apps, freeing some RAM.
I’m not sure this will get pass the approval process though.