Monthly Archives: January 2017

Step-by-Step Guide on Firebase Crash Reporting

Objective To get  complete crash-report whenever your app crashes. In Simple words, Firebase Crash Reporting will let you know the reason of crash  along with line number in your view controller or any class.         Prerequisite I’m assuming you have a project, where you want to add Firebase Crash Reporting. First thing […]

Push Notification Handling in Swift 3.0

Notifications: There are two types of notifications: Local Notification Remote Notification (Push Notification) Local notifications are scheduled and sent by an app and delivered on the same device without involvement of internet. Remote Notification (Push Notification): Push notifications are sent by remote server to the APNs and then it pushes the notification to the specific device. […]