Google Play Services Library Warning April 25, 2016 We all know that "google play service" library has several modules and we can use each of the when required.…
Share link using whatsapp iOS9 April 25, 2016 From iOS 9, to open any external app e.g. WhatsApp, an entry point for WhatsApp must be made into the…
iOS 8 bug with MFMailComposeViewController April 25, 2016 Issue : I create a csv file and try to send it by e-mail. Displays a window to send mail,…
UITableViewCell Internal View Hierarchy Change in iOS 7 April 25, 2016 Using iOS 6.1 SDK <UITableViewCell> | <UITableViewCellContentView> | | <UILabel> Using iOS 7 SDK <UITableViewCell> |…
UIActivityViewController crashing on iOS8 iPads April 25, 2016 Issue : I am currently testing my app with XCode 6 (Beta 6). UIActivityViewController works fine with iPhone devices and…
Whats in New Xcode April 25, 2016 What's New in Version 7.3 Xcode 7.3 includes Swift 2.2 and SDKs for iOS 9.3, watchOS 2.2, tvOS 9.2, and…
This certificate has an invalid issuer : Keychain marks all certificates as “Invalid Issuer” April 25, 2016 Keychain shows all the certificates as Invalid in my keychain suddenly, as it working before 2 days and i also…
Use iOS UILocalNotification : Tricks & Limitations May 14, 2014 When i used UILocalNotification for my 'Salat Time Offline' App, i came to know some interesting limitations about UILocalNotification of iOS…
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…