Rob

Results 8 comments of Rob

@bluekuen @e-vw @skraymo Did anyone find a work around for this?

Thanks @dansiegel Noticed this issue when toggling dark mode in the Android settings. The suggested solution worked a treat.

@MihaMarkic Did you find if this was true? `OneSignal.Current.RegisterForPushNotifications()` is now `var result = await OneSignal.Default.PromptForPushNotificationsWithUserResponse();`

Bump, with the release and installation of .net 8, a .net 7 project now fails with this error. Is there a release/pre-release coming for this? Thanks. **Edit :** To anyone...

I think you are looking in the wrong place on your OneSignalNotificationServiceExtension project. Try changing the values below to 'AppStore' & 'iPhone'. I'm assuming the 'Linker Behaviour' will need to...

Are you still having this issue? Did you find a work around? I am also seeing this issue. ``` var result = await OneSignal.Default.RemoveExternalUserId(); ``` Appears to never return a...

> @robfrancis Thank you for reporting are you also not receiving a response if you set a second setExternalUserId? We will investigate and work on a fix for both problems...