shefich
shefich
The same situation as in https://github.com/OneSignal/OneSignal-Unity-SDK/issues/606 I don't know what happened, as I see it is connected to the "PromptForPushNotificationPermissionResponseHandler" and probably somehow connected to the Unity 2021.3.25. I started...
Need to send notifications from the app in order to get the user back in specific amount of time. To remind him. I am using only local user id, so...
I don't know what happened, as I see it is connected to the "PromptForPushNotificationPermissionResponseHandler" and probably somehow connected to the Unity 2021.3.25, but I'm not sure. Android versions: 7,8,9,10,11,12, 13....
@shepherd-l should PromptForPushNotificationsWithUserResponse() should be called everytime and SDK checks if the popup should be shown? Or there is some code logic to check if we need to ask for...
@shepherd-l thank you for you answer. I found the needed code example here: https://documentation.onesignal.com/docs/how-to-prompt-for-push-permissions-with-an-in-app-message `OSDeviceState device = OneSignal.getDeviceState(); boolean areNotificationsEnabled = device.areNotificationsEnabled();` Based on your links and the one above...
@shepherd-l your code gives alert: Because this call is not awaited, execution of the current method continues before the call is completed. Probably you need to add await before calling...
Hi @nan-li, 67 crashes, 70 devices for the last 90 days. So not often. But this for the readable crashes. I'm not sure, but I think some unreadable logs can...
1. Stacktrace attached. [stacktrace.txt](https://github.com/OneSignal/OneSignal-Unity-SDK/files/11726903/stacktrace.txt) 2. Have this error on several app versions. SDKs there: Firebase 10.6.0 & 11.1.0 Google Mobile Ads Unity Plugin v7.4.1 & 8.3.0
I can't reproduce the issue on my end. The backtrace comes from Google Play console. As I see the issue is connected to the parser. I don't have the exact...
Here is another stacktrace, connected to the PostNotificationResponseHandler.onSuccess: ``` Crashed: Thread: SIGSEGV 0x00000000a0004de7 #00 pc 0xc36744 libil2cpp.so (String.IndexOf [mscorlib__16.cpp]) (BuildId: b86dc43e1669ec7db788fae0cb2b262f47737667) #01 pc 0xe8a648 libil2cpp.so (Parser.IsWordBreak [OneSignal.Core.cpp]) (BuildId: b86dc43e1669ec7db788fae0cb2b262f47737667) #02...