Possible Duplicate:
Force app to close and run in background
I’m creating an radio application in ios. There is a minimize button in my application. So what I want to do is when user press that button the application should be run in the background and the app icon should be displayed in the notification area like normal Android radio app. I want to know is it possible in iOS and how can I do that. Any one can show me an example.
Thanks
The only way to make ones application goes to background programatically is to open another app (Safari) calling its URL. But I don’t think that is what you have in mind (since you are saying you have a radio app).
So if you want to imitate the same action which happens when user pressing home button, it is not possible with iOS SDK. From iOS human interface guildelines
Apple also says in the documentation
So I don’t think it is possible using public API.