if ([userInfo.thirdAPPName isEqualToString:@"Saavn"]) {
NSHTTPCookieStorage *storage = [NSHTTPCookieStorage sharedHTTPCookieStorage];
for (id cookies in [storage cookies]) {
[storage deleteCookie:cookies];
}
}
[[NSURLCache sharedURLCache] removeAllCachedResponses];
NSURLCache * cache = [NSURLCache sharedURLCache];
[cache removeAllCachedResponses];
[cache setDiskCapacity:0];
[cache setMemoryCapacity:0];
文/遠(yuǎn)0(簡(jiǎn)書作者)
原文鏈接:http://www.lxweimin.com/p/8b21b5dcbdaa
著作權(quán)歸作者所有,轉(zhuǎn)載請(qǐng)聯(lián)系作者獲得授權(quán),并標(biāo)注“簡(jiǎn)書作者”。