There are two test Apps called Sender & Receiver
They communicate with each other by Url Scheme. I would like to send a String from Sender to Receiver, is that possi
Of course you can. You just compose your app launch URL and pass the parameters like this
iOSTest://?param1=Value1¶m2=Valuew
and then parse it in UIApplicationDelegate