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
I have some internal logic for Android and iOS to fetch images for notifications but if a user's internet is poor enough it can fail to download the image in time and the service extension times out.
The notifications are end-to-end encrypted so when the original notification is displayed it doesn't contain any useful information.
Is there a way to provide OneSignal with a notification in the service extension to use specifically in case it times out?
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@TheMeanCanEHdian This is not something that OneSignal has a built in solution for and not something that I have seen done before, but it may be possible by editing the code in your NotificationService file to manually call the contentHandler with the notification content when the extension is about to time out.
How can we help?
I have some internal logic for Android and iOS to fetch images for notifications but if a user's internet is poor enough it can fail to download the image in time and the service extension times out.
The notifications are end-to-end encrypted so when the original notification is displayed it doesn't contain any useful information.
Is there a way to provide OneSignal with a notification in the service extension to use specifically in case it times out?
Code of Conduct
The text was updated successfully, but these errors were encountered: