I have an app that need to poll the status from the server in a regular time interval (1 minute), to trigger alarm in the app.
to keep the app active in background for this purpose. I am thinking to enable the Location Updates for the background mode. So I can still continue to poll data from the server.
Is this feasible ? or will my app get rejected by Apple ?
or , there is better way of keeping app alive in background to allow me poll data at 1 minute interval ?