selected-pixel-jameson

Results 105 comments of selected-pixel-jameson

In efforts to try and figure this out I've implemented the `setNotificationWillShowInForegroundHandler()`. ``` window['plugins'].OneSignal.setNotificationWillShowInForegroundHandler(() => { console.log("--------- SHOW NOTIFICATION IN FOREGROUND -------------") }) ``` I see this log within XCode...

The only way I was able to work my way around this was by implementing Local Notifications and when I receive a notification from `setNotificationWillShowInForegroundHandler()` I set a local notification...

@Jeasmine Can you shed some light on this? It seems like this is directly related to version 3.0 of the One Signal library. It would be really helpful.

@czabaj Did you read anything beyond the title of this issue?

This is all the information that I'm given. ![Screen Shot 2022-06-17 at 1 05 38 PM](https://user-images.githubusercontent.com/28204537/174353762-20ba9f87-4459-46fb-9e4f-c1ffe7975aa1.png)

The crash specifically calls out Onesignal. ``` java.lang.IllegalStateException com.onesignal.OSNotificationRestoreWorkManager.beginEnqueueingWork ``` ![Screen Shot 2022-06-28 at 10 30 06 AM](https://user-images.githubusercontent.com/28204537/176219606-b1d83b8a-90ef-41b8-91bf-e3f821c58d55.png)

This seems to only be happening on Samsung Galaxy Devices. ![Screen Shot 2022-06-28 at 10 30 41 AM](https://user-images.githubusercontent.com/28204537/176219719-425b9869-1424-4501-b6cb-f73bba78f879.png)

Are you using version 1.8.6? I'm also having this issue and have found that if I revert back to version 1.8.3 it works fine. Someone posted this issue https://github.com/danwilson/google-analytics-plugin/issues/536, but...

Seems like this 1.8.6 issue has been going on for awhile. No response. No updates so it looks like our best bet is probably to just downgrade and make sure...

Ya that fixes it. But if you ever remove a platform using ```ionic cordova platform rm android`` and then re-add it using ```ionic cordova platform add android``` it updates the...