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.
Asked
Active
Viewed 3,084 times
1 Answers
2
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).