Gianfilippo Cisternino
Gianfilippo Cisternino
@evgenyneu The keychain is accessed after a network call on the default-qos thread. As i can see from the craslytics log, the keychain is accessed once at time on that...
@evgenyneu i noticed in another crashlytics log that keychain was accessed in two threads at the same time. The code that caused the crash was this: ` KeychainHelper.shared.set(aValue, forKey: KeychainHelper.Keys.valueA.rawValue)...
I already added a workaround because i needed to use as a response mapper with Alamofire. I just did a search of "utf-16" inside the xml string (is ugly, i...
Can someone of the maintainers update to a minimum deployment target higher than iOS 11?