Hi Team,
I am using method swizzling to detect user event in my library but when I am using a third party library and if it's calling the same method which I swizzled in our library, our lib swizzling method is called, here I am unable to differentiate from where it is called.
I need to identify which app or SDK call the method swizzling.
Please help.