-
Notifications
You must be signed in to change notification settings - Fork 420
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
Mobile App Crash on Local Authentication - Salesforce Hybrid Remote SDK V11.1.0 #3714
Comments
Could you try with the latest version of the Mobile SDK (12.0.1)? A number of bugs were addressed in that area. |
@wmathurin : Thanks wmathurin. i will try it out. Meanwhile could you please share some other bugs id related to this context. Also, is that confirmed the bug has been fixed in V12.0 anywhere in SDK or anybody confirmed this bug has been resolved in V12.0. Please share your response..that would be grateful. |
We have not seen your bug so I don't know for sure whether it was addressed but since we don't patch old versions of the SDK, we first need to confirm it is still happening in 12.0 before investigating further. |
@wmathurin : I got a crash log analysis from apple team, it declares salesforce sdk should not call some operations in main thread. can you please look into the below url and let us know, is they any quick fix or it can taken care in next release of SDK? |
@wmathurin - From the Crash Log we identified, our app's last Salesforce SDK version is 9.1.0. In the latest release of our app we used Salesforce SDK version 11.1.0. Below is the block of code_(SFSDKSalesforceSDKUpgradeManager class inside + (void)upgrade method)_ getting crashed when attempting to check accessibilityAttribute from SFSDKKeychainHelper. From your end, any assumptions/idea why the main thread hold for a while, would be welcome. `
` |
Please fill out the following details:
AppLog.docx
The text was updated successfully, but these errors were encountered: