Are there any good ways to catch exceptions originating from function calls by third-party (closed source) libraries/frameworks when the function does not explicitly throw
?
Curious how to properly handle this in both Obj-C and Swift.
Ex: Integrate closed source Analytics SDK into my app. That SDK is crashing during initialization. I don't want my app to crash, but I want the app to continue functioning without the Analytics SDK.