-
Notifications
You must be signed in to change notification settings - Fork 956
Crash when app lanuch #192
Comments
I met the same problem, can you tell me how do you solve |
Do you two crash because of 0x8badf00d.I have no idea with it. |
@yinanwang1 @AmyLee91 Hi,do you have solve it? |
@angBiu I have not fixed it. So I have to stop using it. |
@yinanwang1 嗨 你是没有使用keychain么 可否留个联系方式交流下哈 |
@yinanwang1 can you provide some steps to reproduce this issue, if it still not fixed. |
Same crash happens no iOS 12+ system occasionally. |
When updated to the latest version, there is no problem |
me too |
@thierryxing @wayone have you been able to fix this? I'm suddenly running into problems with App Store review, the app crashes on their device because it apparently hangs on |
Not yet, so I am planning to build new SDK myself. |
Do u have change to solve this issue? |
@zolibra I ended up explaining the issue to Apple. In the crash logs Apple sent me I could see that the problem was not only happening when we tried to read from the keychain. There was also a crash report that showed a dependency was attempting to write something to the keychain (not using SAMKeychain) and causing a hang. I explained to Apple that I'd found several reports after searching that indicated that this was a glitch with I've never heard of the issue since and I've never seen it in our crash reports. |
Same situation, it happened with App Store review and never reproduced by any other device. |
请问你最后怎么解决的 |
后面撤销重新提审就好了,看上去是苹果审核时的设备问题 |
谢谢,我们重新提审,也过了。看来真有可能跟苹果审核时设备有关系。 |
The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0)
in the iOS 11.3.1.
The text was updated successfully, but these errors were encountered: