Hello,
I have an app that runs a service with a websocket.
Now when I push the button that shows all the apps that are running, i swipe out my app and the pauze event fires with userclosed true, there I close my service.(normal)
When i push the home button the pauze event fires with userclosed = false (normal)
But when I push the button to show all my running apps and swipe out my app (close the app). No event get fired, so I cannot close my service and I get a message "appname stopped".
Greets,
John
I have an app that runs a service with a websocket.
Now when I push the button that shows all the apps that are running, i swipe out my app and the pauze event fires with userclosed true, there I close my service.(normal)
When i push the home button the pauze event fires with userclosed = false (normal)
But when I push the button to show all my running apps and swipe out my app (close the app). No event get fired, so I cannot close my service and I get a message "appname stopped".
Greets,
John