InterAppCommunication
InterAppCommunication copied to clipboard
x-callback-url made easy
I added the configuration to be installed via Carthage.
In this line(https://github.com/tapsandswipes/InterAppCommunication/blob/master/InterAppCommunication/IACManager.m#L200 ) you add NSDictionary to final_url, but this NSDictionary will always contain nil object by default, because it comes from localizedName (https://github.com/tapsandswipes/InterAppCommunication/blob/master/InterAppCommunication/IACManager.m#L251). This function just takes data...
In this way, if the client application did not send a success or a failure parameter (block), the application can know and act appropriately. For example displaying the error itself...
prefix category method is better.
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...
I think that one should be able to depend on the InterAppCommunication framework without also importing every app client that has been added to the repository. In the spirit of...