To me it seems this is just normal behavior since the ios part relies on beginBackgroundTaskWithname. As it states there the background tasks have an assigned time which they get to run, after that time the process is stalled.
@Rapsssito Would it be possible to use "normal" Background Tasks in iOs to prevent the process to be stopped so soon?
Im willing to contribute to make this happen, I just don't know if Background Tasks will perform as desired
(The same topic applies to react-native-background-timer)
To me it seems this is just normal behavior since the ios part relies on beginBackgroundTaskWithname. As it states there the background tasks have an assigned time which they get to run, after that time the process is stalled.
@Rapsssito Would it be possible to use "normal" Background Tasks in iOs to prevent the process to be stopped so soon?
Im willing to contribute to make this happen, I just don't know if Background Tasks will perform as desired
(The same topic applies to react-native-background-timer)