tapsandswipes / InterAppCommunication

x-callback-url made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLWithString: returns nil

daniele99999999 opened this issue · 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