Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMMP Back Ground Socket #1226

Open
mahesh-reddy-ios opened this issue Jun 2, 2023 · 0 comments
Open

XMMP Back Ground Socket #1226

mahesh-reddy-ios opened this issue Jun 2, 2023 · 0 comments

Comments

@mahesh-reddy-ios
Copy link

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
Screenshot 2023-04-19 at 11 25 41 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant