无法发出com.apple.WebKit.WebContent服务信号 [英] Could not signal service com.apple.WebKit.WebContent

查看:2253
本文介绍了无法发出com.apple.WebKit.WebContent服务信号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用适用于iOS的Shopify移动购买SDK,我无法从其付款网络视图中收到回调。出于某种原因警告:

I use the Shopify Mobile Buy SDK for iOS and I can't get a callback from their payment web view. For some reason the warnings:

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

继续出现,我不知道为什么会这样如果这是导致这个问题的原因,你们中的任何人都知道这是什么吗?

keep showing up and I have no idea why this is happening and if this is the cause of this problem, do any of you know what this is?

推荐答案

设定值 @false用于cookie属性 @HttpOnly,就像这样:

Set value @"false" for cookie property @"HttpOnly", just like this :

 NSHTTPCookie *cookieWID = [NSHTTPCookie cookieWithProperties:[NSDictionary dictionaryWithObjectsAndKeys:
                             @"wid" ,NSHTTPCookieName, 
                             WID,NSHTTPCookieValue,
                             @"www.google.com",NSHTTPCookieDomain,
                             @"",NSHTTPCookiePath,
                             @"false",@"HttpOnly",
                             nil]];

这篇关于无法发出com.apple.WebKit.WebContent服务信号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆