I\'m trying to verify that my app (App1) behaves correctly when it is shut down by the system after it launches another app (App2). Is there any way to simulate or force this be
You should be able to:
-
to remove it from memoryThis gives you the app delegate methods of going into the background, etc. This is how it works in iOS 6 and below.