Force restart of app during debugging on device without plugging into XCode?
Hi
Is there any way to force the termination/restart of an app that I'm building, while testing it on the device without having to plug it in to the computer or turning off the whole iOS device?
ie. I uploaded my app-in-progress to the device, and it ran into a bug like a view appears on screen that shouldn't or a button is missing. Because the app is held in the background, when I exit the app and reopen it comes back to the same place with the same bug. I want to be able to reset the application without having to plug it in or restart the device. Is there any way to do this? If not, then don't you think Apple should implement it? The whole background apps thing is really nifty, but its a pain in the butt for developers who don't need that kind of functionality (yeah yeah I know there are work arounds)
OH, thanks
I knew you could do that, but I didn't know that that kills the apps (thought it just removes them from the recently opened list.) Fantastic!
Double-tap home button, find desired app, press-and-hold.
And interestingly, that doesn't kill it when you run from Xcode. If you try it you'll see that the debugger is still running, and when you reopen the app from the home screen it's still right where it was.