-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
XMPPFramework crash in iOS 16 and Xcode 14 #1223
Comments
same problem |
Hi, |
Remove the xmppStream. EnableBackgroundingOnSocket = YES; It solves the crash problem, but does not setting this property affect the functionality? |
yep, for sure it affects functionality, if you need it you should use PushKit as documented in the code (from XMPPStream.h#273):
Also check Apple documentation at OptimizeVoIP |
This is the answer and solved my problem, thanks a lot |
Can u please post the solution which solve your problem |
The simulator can be retained. Use this solution directly for real machine debugging. |
我已经解决了,谢谢
…------------------ 原始邮件 ------------------
发件人: "robbiehanson/XMPPFramework" ***@***.***>;
发送时间: 2024年1月16日(星期二) 下午4:30
***@***.***>;
***@***.******@***.***>;
主题: Re: [robbiehanson/XMPPFramework] XMPPFramework crash in iOS 16 and Xcode 14 (Issue #1223)
您好, 请检查您是否将 XMPPStream.enableBackgroundingOnSocket 设置为 YES。以防万一,尽量不要使用
The simulator can be retained. Use this solution directly for real machine debugging.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
hello, XMPPFramework runs iOS16, crashes on Xcode14 device, the error is like a screenshot, please help to update and solve it, thank you very much, XMPPFramework is great!
The text was updated successfully, but these errors were encountered: