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…
Reachability responding with wrong status code in iOS 7 iphone 5 March 17, 2014 I am facing weird problem on iPhone 5 with iOS 7, i have tested same code with other devices like…
Mutating method sent to immutable object March 17, 2014 The crash pained me much before i found a simple solution. When i add an NSObject on NSUSerDefault , and…