-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concurent modification crashes app #26
Comments
Can you please provide details on which version of the SDK you are using, what android SDK version you are targeting, and the android device information? |
android target: 33 |
SDK version 2.10.0 and higher require targeting Android 14. Please see these upgrade instructions as there are some small changes that need to be addressed. |
We updated the Android target to 34 and the flybuy version to 2.12.0
|
Do you have any steps to reproduce the issue? If not, can you provide details on what method you are calling when this happens? If it's happening on startup, please provide details on how you are initializing the SDK. |
We initialize the SDK as how it is on the instruction. I check the binary code and U just assigns a reference of one list and uses on that list two operations (I don't know what operations but 2 on the same reference ) this can make that error especially that |
flybuy sdk is very low quality. You have stack trace so I assume you can read it |
Unfortunately, the stack trace is obfuscated. Please update to v2.12.1 (just released) that fixes a bug that was preventing us from getting crash logs on our end. |
We updated the SDK to v2.12.1 as U asked and we still see the issue:
|
We updated the SDK to v2.12.12 and we still see the issue:
|
The same issue is in version 2.13.0 of Android target SDK 34. |
We'll look into this further to see if we can find the issue |
The text was updated successfully, but these errors were encountered: