OneSignal / OneSignal-iOS-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Other
494 stars 262 forks source link

[question]: Is there any mechanism (like a flag) to avoid swizzling? #1439

Open jesus-mg-ios opened 4 months ago

jesus-mg-ios commented 4 months ago

How can we help?

I prefer forward invocations from the app delegate instead of leaning on one signal swizzling. Is it possible?

Code of Conduct

emawby commented 4 months ago

@jesus-mg-ios Hello, currently there is no option to disable swizzling, but we recognize some apps prefer to forward method calls instead. This is something we are looking to build in the future.