SAMKeychain
SAMKeychain copied to clipboard
Crash when app lanuch
The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0) in the iOS 11.3.1.
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.
0x0000000100bf91a8 -[SAMKeychainQuery fetch:] + 10113448 (SAMKeychainQuery.m:144)
When updated to the latest version, there is no problem
Same crash happens no iOS 12+ system occasionally.
0x0000000100bf91a8 -[SAMKeychainQuery fetch:] + 10113448 (SAMKeychainQuery.m:144)
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 [SAMKeychainQuery fetch:]
when it calls SecItemCopyMatching
. It's impossible to reproduce though.
Not yet, so I am planning to build new SDK myself.
@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 callsSecItemCopyMatching
. It's impossible to reproduce though.
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 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 @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 callsSecItemCopyMatching
. It's impossible to reproduce though.
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 crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0) in the iOS 11.3.1.
请问你最后怎么解决的
后面撤销重新提审就好了,看上去是苹果审核时的设备问题
The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0) in the iOS 11.3.1.
请问你最后怎么解决的
后面撤销重新提审就好了,看上去是苹果审核时的设备问题
谢谢,我们重新提审,也过了。看来真有可能跟苹果审核时设备有关系。