Naveen Bolleddu
Naveen Bolleddu
Hi @Arohi-Magotra , @amirzandi Can you Please Help me on same issue, Am also not able to establish constant connection, its always keep reconnecting.
@Arohi-Magotra My issue resolved after the pods updating from 15.2.0 to 16.0.0
My App is crashing when i try to call these methods....Please fix these issue...Thanks in advance NotificationCenter.default.addObserver(self, selector: Selector(("deviceOrientationDidChange")), name: NSNotification.Name.UIDeviceOrientationDidChange, object: nil) NotificationCenter.default.addObserver(self, selector: Selector(("keyboardWillShow")), name:NSNotification.Name.UIKeyboardWillShow, object: nil) NotificationCenter.default.addObserver(self,...