I want to create an ability in my react-native
android app to send my user geolocation
to the server for each period of time, even if he closed the app!
so probably it means i have to run some thing like a task for run on Os(android) from a NativeModule
.(and you can recommend better solution if you have).
but after spending many time on searching i have not found any example of creating a job or process which can keep running if app closed. can any body give some clue about it ?
Update: i can ask my question like this to: how can i run a process for keep execute if app has closed in react native?