InterAppCommunication icon indicating copy to clipboard operation
InterAppCommunication copied to clipboard

URLWithString: returns nil

Open daniele99999999 opened this issue 11 years ago • 0 comments

In IACManager.m, method:

  • (void)sendIACRequest:(IACRequest*)request

return value is a NSURL converted from final_url. But in my testing always return nil. i addeded this line of code:

NSString* final_web_url = [final_url stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];

and seem fixing the problem

daniele99999999 avatar May 14 '14 08:05 daniele99999999