I want to implement the heartbeat for my application. In this module, my iOS app will send byte of data to my server at regular intervals. I need this as the server wants the ack from device for being in touch with server when it sends a request.
Problem: If the application is quitted by user how will the heart-beat (byte of data) will be send to the server.