iOS用のShopify Mobile Buy SDKを使用しており、支払いウェブビューからコールバックを受け取ることができません。いくつかの理由についての警告:サービスを通知できませんでしたcom.apple.WebKit.WebContent
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
が現れておくと、私はなぜこれが起こっている見当がつかないし、これがこの問題の原因であるならば、あなたがたのうち、これが何であるかを知っているのですか?
CookieValueが脆弱なデータでない限り、[HttpOnly:false]に注意してください。 https://blog.codinghorror.com/protecting-your-cookies-httponly/ –