react-native-background-job
react-native-background-job copied to clipboard
RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground()
BackgroundJob.register({ key: 'key', job () => ... }) BackgroundJob.schedule({key: 'key', allowExecutionInForeground: true})
But got RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground()