gpt4 book ai didi

ios - 如何清除 iOS 应用程序中的 safari 缓存?

转载 作者:搜寻专家 更新时间:2023-10-31 22:58:13 25 4
gpt4 key购买 nike

<分区>

请不要标记为重复,因为我已经尝试了所有方法但没有工作请有人帮助我。

我的应用正在使用 google 登录,登录时我得到了所有以前登录的帐户。如何删除这些帐户?

提前谢谢你。

//MARK:- clear Cache
URLCache.shared.removeAllCachedResponses()
URLCache.shared.diskCapacity = 0
URLCache.shared.memoryCapacity = 0
self.deleteCoreData()

GIDSignIn.sharedInstance().disconnect()
GIDSignIn.sharedInstance().signOut()
for cookie in HTTPCookieStorage.shared.cookies! {
HTTPCookieStorage.shared.deleteCookie(cookie)
}

// Removes cache for all responses
URLCache.shared.removeAllCachedResponses()

抱歉,对于重复的问题,但我尝试了上面的代码,但它不起作用。任何人都可以指导我我哪里错了吗?再次感谢。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com