mtaran89
mtaran89
Hi, I'm experiencing the same issue on my side. Has anyone found a workaround or a fix for this? Any help would be greatly appreciated! @nan-li @KirillBorodin
Hi @nan-li , Thank you for the fix and for letting us know. We've just tested the behavior on Release 5.1.35, and I can confirm that the in-app message is...
Hi, I'm experiencing the same issue on my side. Has anyone found a workaround or a fix for this? Any help would be greatly appreciated!
``` OneSignal.getDebug().setLogLevel(com.onesignal.debug.LogLevel.DEBUG); OneSignal.initWithContext(this, APP_ID); OneSignal.getNotifications().addClickListener( iNotificationClickEvent -> { try { JSONObject JsonObject = iNotificationClickEvent.getNotification().getAdditionalData() } catch (JSONException e) { throw new RuntimeException(e); } }); ``` This code is inside the...