Is there any way to force an iPhone application to relaunch?

Posted by Jared P on Stack Overflow See other posts from Stack Overflow or by Jared P
Published on 2010-05-16T19:30:02Z Indexed on 2010/05/17 0:10 UTC
Read the original article Hit count: 141

Filed under:
|
|

Basically -[UIApplication openURL:] would be perfect, if it wasn't for the fact that it doesn't work within the same application (at least on simulator -- if this works on device someone please tell me). It's not a super big deal though if it just relaunches w/o URLness since I can obviously just persist some data. The goal of this is to essentially free all memory in the application and call all of the loading procedures.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c