Ayushi Khandelwal

Results 18 comments of Ayushi Khandelwal

1. Couldn't reproduce it 2. ``` main (runnable):tid=1 systid=9182 at java.util.HashSet.add(HashSet.java:219) at kotlin.collections.ArraysKt___ArraysKt.toCollection(ArraysKt___Arrays.kt:9523) at kotlin.collections.SetsKt__SetsKt.mutableSetOf(SetsKt__Sets.kt:78) at androidx.work.WorkRequest$Builder.(WorkRequest.kt:72) at androidx.work.OneTimeWorkRequest$Builder.(OneTimeWorkRequest.java:36) at com.onesignal.notifications.internal.generation.impl.NotificationGenerationWorkManager.beginEnqueueingWork(NotificationGenerationWorkManager.kt:52) at com.onesignal.notifications.internal.bundle.impl.NotificationBundleProcessor.processBundleFromReceiver(NotificationBundleProcessor.kt:99) at com.onesignal.notifications.receivers.FCMBroadcastReceiver.onReceive(FCMBroadcastReceiver.kt:37) at android.app.ActivityThread.handleReceiver(ActivityThread.java:4369) at android.app.ActivityThread.access$1700(ActivityThread.java:265) at...

Couldn't reproduce it -> happening on all device Yes, it is in 5.1.6

Please fix this at the earliest; I am also getting this issue.

I am still on version 4.26.1 Can't update to latest version because of this issue

@hello2hanson Even the solution provided above doesn't work for me. I am following NowInAndroid, can you explain how they fixed this issue there?

And this issue happens, even when I am not using firestore in my project. Looks like the problem is with inapp-messaging too?

@alaershov - Workaround that works for me : implementation("com.google.firebase:firebase-inappmessaging-display") { exclude(group = "com.google.firebase", module = "protolite-well-known-types") } implementation("com.google.firebase:firebase-perf") { exclude(group = "com.google.firebase", module = "protolite-well-known-types") }

Hello @jinliu9508 , 1. Frequently 2. There is no such pattern observed. Happens randomly 3. I tried reproducing this, but for me the tags were always present. But for production...

Sorry, I couldn't find any workaround as of now.

Hi @jkasten2, We are just using - OneSignal.initWithContext - OneSignal.User.addTag - OneSignal.User.removeTag