You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an app that uses an XMPP Frame Work.
Right now i am using xmppStream.enableBackgroundingOnSocket = YES; ... till Xocde 15 it is working Fine.
But when Xcode Upgrade to 16.0 the app is getting crashed and it is giving hint as xmppStream.enableBackgroundingOnSocket = YES; will not work from iOS OS 11.0 .
The app stops working when the app goes into the background when i am using xmppStream.enableBackgroundingOnSocket = NO;
Is there any way to keep this working in the background? Ideally we'd like to be able to receive an XMPP message and if the app is not in the foreground, we'd post a local notification.
Thanks
Mahesh
The text was updated successfully, but these errors were encountered:
Hi, @robbiehanson
I'm working on an app that uses an XMPP Frame Work.
Right now i am using xmppStream.enableBackgroundingOnSocket = YES; ... till Xocde 15 it is working Fine.
But when Xcode Upgrade to 16.0 the app is getting crashed and it is giving hint as xmppStream.enableBackgroundingOnSocket = YES; will not work from iOS OS 11.0 .
The app stops working when the app goes into the background when i am using xmppStream.enableBackgroundingOnSocket = NO;
Is there any way to keep this working in the background? Ideally we'd like to be able to receive an XMPP message and if the app is not in the foreground, we'd post a local notification.
Thanks
Mahesh
The text was updated successfully, but these errors were encountered: