react-native-background-job icon indicating copy to clipboard operation
react-native-background-job copied to clipboard

RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground()

Open ihardlight opened this issue 5 years ago • 0 comments

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

ihardlight avatar Jun 22 '20 12:06 ihardlight