2

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.

Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256

1 Answers1

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).

Community
  • 1
  • 1
Tom Shaw
  • 660
  • 3
  • 7