I need to catch ALL exceptions and errors in an iphone app. Obviously, this is only for really strange cases where the exception or error is totally unexpected. In those cases, it would be nice to log the error or something, so as to get knowledge of the issue and fix it in the future.
Do you know a way to catching ALL exceptions or errors that might have slipped from more specific handlers?
Thanks!