Can one application call another, which then returns the result?

I know that you can run another application from the application using the openURL method. You can also check with canHandleURL if this application can open this URL.

But is there a way to invoke the application and just let it do the calculation and then return the result?

+3
source share
2 answers

Look here (an example of how to send text to the called application)

in your case: let's say you have 2 applications (app1 and app2) and 2 url schemes ( protocolThatCallsApp1://and protocolThatCallsApp2://)

1, app2 protocolThatCallsApp2:// 2 app1 protocolThatCallsApp1://+yourCalculations, , 1

+4

(openURL) .

sdk Single Sign-On:

iOS, , Facebook 3.2.3 , SDK Facebook. , Facebook , , , OAuth Facebook.

+2

All Articles