Leanplum / Leanplum-iOS-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
71 stars 59 forks source link

Ensure swizzling in main thread #557

Closed nzagorchev closed 1 year ago

nzagorchev commented 1 year ago
What Where/Who
People Involved @nzagorchev

Background

Move swizzling after the main thread check. UIApplication.delegate must be used from the main thread.

Implementation

Testing steps

Is this change backwards-compatible?