the-jamb / gps-protect

React Native client for simple GPS-location project
https://www.gpsprotect.eu
MIT License
0 stars 0 forks source link

The app must run continuously in the background #12

Open MadejaMaciej opened 11 months ago

MadejaMaciej commented 11 months ago

Overview

Please, implement a feature which prevents system from shutting down the app when it is in background.

Narrative

Acceptance Criteria

MadejaMaciej commented 10 months ago

Blocked until API is received

mrfatguy commented 6 months ago

@MadejaMaciej You don't need to wait for the API. Terminating app due to no activity is a pure mobile system feature.

Building an app as a system service or doing any other changes that prevents it from being terminated or that allows it to run in the background endlessly has nothing to do with the server side or API at all.