开发者

Send app to background and show the app(s) in the below window

开发者 https://www.devze.com 2023-04-08 19:24 出处:网络
I dont want my app to run in background, I only want to give the user the option to close his/her other app(s) when my app gets a memory warning. That is, my app shows an alert view with开发者_StackOv

I dont want my app to run in background, I only want to give the user the option to close his/her other app(s) when my app gets a memory warning. That is, my app shows an alert view with开发者_StackOverflow Cancel and OK buttons. If s/he touches OK, then the twice push on the home button is simulated. Is it possible?

I have this as an option in their settings, i.e. if they want to see the memory warning or not. I mentioned that I don't want my app running in background, because I see many questions asked here about running their own app in background. It is not relevant to my question, I just wanted to make it clear.


Not with public APIs. Beside that, when you receive a memory warning you should only take care of the resources you allocate and use, and not ask someone else to free memory instead of you.


This is not possible.

When your app receives a memory warning it should act responsibly and free memory where it can. From the Apple docs

When a view controller receives a memory warning (didReceiveMemoryWarning), it should relinquish ownership of resources that are currently not needed and that can be recreated later if required.

I'm not quite sure what this has to do with not running your app in the background.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号