-2

I am unable to fetch/store cookies from WKWebView in ios 10. Could you please help me to resolve this?

bAthi
  • 341
  • 4
  • 20

1 Answers1

0

you can try theses suggestions given in answer. It works for me, i hope it will helpful for you :)

Getting all cookies from WKWebView

also you can try thin in your case [updated]

WKWebsiteDataStore.default().fetchDataRecords(ofTypes: WKWebsiteDataStore.allWebsiteDataTypes()) { records in records.forEach { record in print(record) }
Shivam Parmar
  • 1,520
  • 11
  • 27