I want to send my application in background on a button’s tap programmatically. How do i do that. The app goes in background when I tap on home button on iPhone but I also want the same functionality on a button’s tap.
I want to send my application in background on a button’s tap programmatically. How
Share
See this answer. Apple doesn’t like you exiting or backgrounding your application without using the home button (unless you’re launching another app such as Safari).