URLCache.shared.removeAllCachedResponses()
URLCache.shared.diskCapacity = 0
URLCache.shared.memoryCapacity = 0
if let cookies = HTTPCookieStorage.shared.cookies {
for cookie in cookies {
HTTPCookieStorage.shared.deleteCookie(cookie)
}
}
Related Posts
[iOS] 上傳到 iTunes Connect 的 iOS App 不見了
2017-05-18
ios mdm The app is not managed.
2017-09-13