I Want to call API in the background when App killed and set the data in AsyncStorage. I used the following library but not working for me.
react-native-background-task
react-native-background-fetch
I want to called the API without time scheduling. The above both use the time Scheduling.
Please help me.