Basically I need to create a Beacon for my application to send the packet to my server in every 15 min till my application is in my device.
I need to send in every state of my application bather about the application is in frontend or back end.
Please suggest , what I should go with
- Timer in a run looop
- Background fetch.
Thanks in advance.