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 Dr
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]];