Swizzling fixes
Rework to OneSignal's swizzling which addresses:
- Fixes issue #1042
- Some instances of the “Apns Delegate Never Fired” error related to compatibility with other SDKs that use the
AppDelegate
:- Multiple classes that implement
UIApplicationDelegate
- Class that inherits from a class that implements
UIApplicationDelegate
but never calls super.
- Multiple classes that implement
- other potential compatibility issues