Closed aravindhakumarselvam closed 1 year ago
What version of the SDK are you using? Also, can you provide what SDK methods you are calling when the app starts?
SDK version implementation platform("com.radiusnetworks.flybuy:bom:2.6.3") implementation 'com.radiusnetworks.flybuy:pickup'
Methods calling when application starts FlyBuyCore.configure(this, "flyBuyAppKey") PickupManager.getInstance().configure(this)
This was fixed in a 2.7.3 of the SDK. Please update the latest version of the SDK (2.7.5) and let us know if you continue to see the problem. If it is does, comment here, and we will reopen the issue to investigate.
Hi team,
I am using Flybuy sdk in android application .In that i am getiing below crash , we got this crash from crahslytics.
I am not using ConfigManager in our code , i think it is calling internally with SDK.
Please find log below for crash :
com.radiusnetworks.flybuy.sdk.manager.ConfigManager$fetch$1.invoke java.util.ConcurrentModificationException
java.util.LinkedHashMap$LinkedHashIterator.nextNode (LinkedHashMap.java:757) java.util.LinkedHashMap$LinkedKeyIterator.next (LinkedHashMap.java:780) com.radiusnetworks.flybuy.sdk.manager.ConfigManager$fetch$1.invoke (Unknown Source:76) com.radiusnetworks.flybuy.sdk.manager.ConfigManager$fetch$1.invoke (Unknown Source:4) com.radiusnetworks.flybuy.sdk.data.operations.ConfigOperation$getAppResponse$1.invokeSuspend (Unknown Source:47) kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33) kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106) kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:571) kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:750) kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:678) kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:665)