Mar*_*erg 25 webkit objective-c ios sfsafariviewcontroller
我使用适用于iOS的Shopify移动购买SDK,我无法从其付款网络视图中获得回调.由于某种原因警告:
2016-11-25 21:17:25.945267 Drool[3328:799969] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
2016-11-25 21:17:25.977316 Drool[3328:799969] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service
2016-11-25 21:17:26.105947 Drool[3328:799969] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
Run Code Online (Sandbox Code Playgroud)
继续出现,我不知道为什么会发生这种情况,如果这是造成这个问题的原因,那么你们中的任何人都知道这是什么吗?
小智 0
设置@"false"
cookie 属性的值@"HttpOnly"
,就像这样:
NSHTTPCookie *cookieWID = [NSHTTPCookie cookieWithProperties:[NSDictionary dictionaryWithObjectsAndKeys:
@"wid" ,NSHTTPCookieName,
WID,NSHTTPCookieValue,
@"www.google.com",NSHTTPCookieDomain,
@"",NSHTTPCookiePath,
@"false",@"HttpOnly",
nil]];
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
18820 次 |
最近记录: |