CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by Pedro Peralta, Marko Arsic.
NotifiCrash is a very simple to use library that can catch any unhandled crash in your app and send information regarding it to a remote server that will, just in time, notify you about the issue in you smartphone or tablet screen.
To use the library in your project, only add the following line of code in the end of your AppDelegate
didFinishLaunchingWithOptions function.
[NotifiCrash initWithSerialNumber:@"<app_serial_number>"];
Pedro Henrique Prates Peralta, [email protected]
NotifiCrash is available under the MIT license. See the LICENSE file for more info.