Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Crash when app lanuch #192

Open
yinanwang1 opened this issue May 16, 2018 · 17 comments
Open

Crash when app lanuch #192

yinanwang1 opened this issue May 16, 2018 · 17 comments

Comments

@yinanwang1
Copy link

The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0)
in the iOS 11.3.1.

@AmyLee91
Copy link

AmyLee91 commented Jun 4, 2018

I met the same problem, can you tell me how do you solve

@angBiu
Copy link

angBiu commented Jun 15, 2018

Do you two crash because of 0x8badf00d.I have no idea with it.

@angBiu
Copy link

angBiu commented Jul 20, 2018

@yinanwang1 @AmyLee91 Hi,do you have solve it?

@yinanwang1
Copy link
Author

@angBiu I have not fixed it. So I have to stop using it.

@angBiu
Copy link

angBiu commented Jul 24, 2018

@yinanwang1 嗨 你是没有使用keychain么 可否留个联系方式交流下哈

@siddharthsuneel
Copy link

@yinanwang1 can you provide some steps to reproduce this issue, if it still not fixed.

@thierryxing
Copy link

Same crash happens no iOS 12+ system occasionally.
0x0000000100bf91a8 -[SAMKeychainQuery fetch:] + 10113448 (SAMKeychainQuery.m:144)

@AmyLee91
Copy link

AmyLee91 commented Nov 1, 2018

When updated to the latest version, there is no problem

@wayone
Copy link

wayone commented Nov 2, 2018

Same crash happens no iOS 12+ system occasionally.
0x0000000100bf91a8 -[SAMKeychainQuery fetch:] + 10113448 (SAMKeychainQuery.m:144)

me too

@smeis
Copy link

smeis commented Jan 31, 2019

@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 [SAMKeychainQuery fetch:] when it calls SecItemCopyMatching. It's impossible to reproduce though.

@thierryxing
Copy link

Not yet, so I am planning to build new SDK myself.

@zolibra
Copy link

zolibra commented Feb 15, 2019

@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 [SAMKeychainQuery fetch:] when it calls SecItemCopyMatching. It's impossible to reproduce though.

Do u have change to solve this issue?

@smeis
Copy link

smeis commented Feb 15, 2019

@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 SecItemCopyMatching. I asked them to remove the app and install it again and they did that (or the glitch magically disappeared).

I've never heard of the issue since and I've never seen it in our crash reports.

@thierryxing
Copy link

thierryxing commented Mar 16, 2019

@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 [SAMKeychainQuery fetch:] when it calls SecItemCopyMatching. It's impossible to reproduce though.

Same situation, it happened with App Store review and never reproduced by any other device.

@qifengdeqingchen
Copy link

The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0)
in the iOS 11.3.1.

请问你最后怎么解决的

@thierryxing
Copy link

The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0)
in the iOS 11.3.1.

请问你最后怎么解决的

后面撤销重新提审就好了,看上去是苹果审核时的设备问题

@qifengdeqingchen
Copy link

The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0)
in the iOS 11.3.1.

请问你最后怎么解决的

后面撤销重新提审就好了,看上去是苹果审核时的设备问题

谢谢,我们重新提审,也过了。看来真有可能跟苹果审核时设备有关系。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants