iOS Firebase and Mobile Ads SDKs issue solve September 7, 2016 Firebase and Admob for recommend to use cocoapods. This contains 4 separate steps: -Link with firebase -Download GoogleService-Info.plist - Update…
Reachability responding with wrong status code in iOS 7 iPhone 5 May 2, 2016 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 May 2, 2016 The crash pained me much before i found a simple solution. When i add an NSObject on NSUSerDefault , and…
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…