How to communicate other installed ios apps & pass text April 26, 2014 // SENDER SIDE -(IBAction) openReceiverApp:(id)sender { // Opens the Receiver app if installed, otherwise displays an error UIApplication *ourApplication =…
How to directly open facebook, skype, whatsapp, twitter, evernote from iOS app April 26, 2014 Below is the piece of code to directly enter popular apps (facebook, skype, whatsapp, twitter, evernote) installed on the device…