Is there a way to programmatically terminate an iOS app extension?
This would be similar to how you can terminate an actual application with the call
[[UIApplication sharedApplication] terminateWithSuccess];
or the call
exit(EXIT_SUCCESS);
Is there a way to programmatically terminate an iOS app extension?
This would be similar to how you can terminate an actual application with the call
[[UIApplication sharedApplication] terminateWithSuccess];
or the call
exit(EXIT_SUCCESS);