You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, tell us how to recreate the issue in as much detail as possible.
Using latest version (3.2.7) and android api v27, and setting androidDisplayNotificationProgress: false, you get the below error:
Android Oreo requires a notification configuration for the service to run. https://developer.android.com/reference/android/content/Context.html#startForegroundService(android.content.Intent
Using earlier versions of Android, you don't get the error
Setting to true, or by removing the property you don't get the error
The only way I have found that I can avoid this issue is to allow notifications.
The text was updated successfully, but these errors were encountered:
@geoffbullen,
This behaviour is expected. It is due to the new Android requirement that developers must use notifications when running background tasks. Check this article for more information.
Which platform(s) does your issue occur on?
Please, tell us how to recreate the issue in as much detail as possible.
Using latest version (3.2.7) and android api v27, and setting
androidDisplayNotificationProgress: false
, you get the below error:Android Oreo requires a notification configuration for the service to run. https://developer.android.com/reference/android/content/Context.html#startForegroundService(android.content.Intent
The only way I have found that I can avoid this issue is to allow notifications.
The text was updated successfully, but these errors were encountered: