We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Received below error when manually running background refresh
No task request with identifier <decode: missing data> has been scheduled
Code used e -l objc -- (void)[[BGTaskScheduler sharedScheduler] _simulateLaunchForTaskWithIdentifier:@"com.SO.imagefetcher"]
e -l objc -- (void)[[BGTaskScheduler sharedScheduler] _simulateLaunchForTaskWithIdentifier:@"com.SO.imagefetcher"]
Steps to recreate
It seems that both tasks are not being registered causing an error in manual call
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Received below error when manually running background refresh
Code used
e -l objc -- (void)[[BGTaskScheduler sharedScheduler] _simulateLaunchForTaskWithIdentifier:@"com.SO.imagefetcher"]
Steps to recreate
It seems that both tasks are not being registered causing an error in manual call
The text was updated successfully, but these errors were encountered: