-
Notifications
You must be signed in to change notification settings - Fork 843
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
SocketIO pauses when app enters into background. ( Swift 3, iOS 10 ) #627
Comments
Right, because iOS doesn't allow background networking unless you have a certain permission enabled, and then you must start a background task. |
I also happened same case like you. But in my case, i called soketio.run() function in the "applicationWillEnterForeground" function of AppDelegate. Hope this helps you |
Sure, because you're not heeding @nuclearace 's advice:
Please read on background tasks on iOS and the iOS background permissions. Hint: |
I have same issues too! Socket service go to disconnect after 5 minute |
did someone solve it? |
Did anyone found a way to achieve this using the legacy VoIP capability? |
I am facing exactly the same issue, did anyone fix it. |
I want to try local notifications using SOCKETIO., when the app is running on simulator everything is fine and displaying values even when the app enters into background.
But when It's running on iPhone, when the app enters into background task suspends/ get paused. Please help me regarding this issue.
The text was updated successfully, but these errors were encountered: