You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
getAll and clearAll usually hang and never resolve/ reject. This is because of a bug in iOS 11.2.x where the callbacks for HttpCookieStore native methods are never called.
OS: iOS
Device: iPhone 7 Plus
Version: 11.2.x
Library Version: 3.3.0 (npm latest)
getAll
andclearAll
usually hang and never resolve/ reject. This is because of a bug in iOS 11.2.x where the callbacks for HttpCookieStore native methods are never called.It is a well reported bug on stackoverflow:
https://stackoverflow.com/questions/49452968/wkhttpcookiestore-setcookie-completion-handler-not-called
https://stackoverflow.com/questions/54246400/wkhttpcookiestore-getallcookies-doesnt-always-call-completionhandler/54261605
The text was updated successfully, but these errors were encountered: