I have an app which can currently communicate with an server. Imagine the following case:
- User hits some buttons which triggers an server request.
- The request is send to the server and is processed.
- The user hits the home button (and maybe removes the app from the memory by hitting the home button two times).
- The script is done processing and returns it result.
Question: Will the device from the user gets this response (I am pretty sure it will not when removing from memory, but what when just closing the app)?