Stepan Egorov

Results 7 comments of Stepan Egorov

I've managed to identify that the `login()` call leads to this issue. My test app looks like this: ```kotlin OneSignal.Debug.logLevel = com.onesignal.debug.LogLevel.VERBOSE OneSignal.initWithContext(applicationContext, "83..52") CoroutineScope(Dispatchers.IO).launch { OneSignal.Notifications.requestPermission(true) } OneSignal.login("external_id") //...

@yarodevuci Sure. To be clear: I am not suggesting removing login() as a workaround. I myself have multiple apps in production that call login() and rely on that mapping, and...

Today I tried two things with interesting outcomes. 1. I changed the SDK version to 5.1.36, and it seems to work correctly. 2. I tried to manually send my push...

> you are calling the following block of code from your MainApplication's onCreate, correct? Hello, @nan-li! Thank you for joining us! I am calling this from MainActivity's onCreate(). I know...

I am also experiencing this issue. SDK version: `5.1.37`. Most of my users have "Never Subscribed" status on the "Audience" page, while individual subscription pages display `Status details: Permission Not...

> check whether the push token is missing @jinliu9508 In my case, the push token is not missing. I also see many users experiencing this problem. I don't think they...