CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

NotifiCrash 1.2

NotifiCrash 1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2015

Maintained by Pedro Peralta, Marko Arsic.



  • By
  • Pedro Henrique Prates Peralta

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.

Usage

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>"];

Author

Pedro Henrique Prates Peralta, [email protected]

License

NotifiCrash is available under the MIT license. See the LICENSE file for more info.