An open API service indexing awesome lists of open source software.

https://github.com/rollbar/rollbar-ios

Objective-C library for crash reporting and logging with Rollbar.
https://github.com/rollbar/rollbar-ios

crash-reporting crash-reports error-handler error-handling error-monitoring exception-handler rollbar

Last synced: 4 months ago
JSON representation

Objective-C library for crash reporting and logging with Rollbar.

Awesome Lists containing this project

README

        

# DEPRECATED: [Rollbar Apple SDK](https://github.com/rollbar/rollbar-apple) v3.0.0 deprecates this Rollbar iOS SDK. The Apple SDK is a modernized approach to collecting errors from Apple devices and fixes many iOS SDK pain points. Please, consider migrating over to the Apple SDK. You can find its documentation [here](https://docs.rollbar.com/docs/apple). Please open an [issue](https://github.com/rollbar/rollbar-apple/issues) or contact our support if you encounter problems.

# Rollbar for iOS and macOS

Objective-C & Swift library for crash reporting and logging with [Rollbar](https://rollbar.com). It works on iOS and macOS.

[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Rollbar.svg)](https://img.shields.io/cocoapods/v/Rollbar.svg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

# Roadmap Note

We are recommending all current users of the Rollbar-iOS SDK to start making plans for upgrading from this SDK by moving to its new reincarnation that is our new [Rollbar-Apple SDK](https://github.com/rollbar/rollbar-apple).
All new feature development will be happening only within the new SDK and this SDK will be retiring soon.
All the new users that are looking into using Rollbar on any of the Apple platforms should start by using the new Rollbar-Apple SDK.

## Setup Instructions

1. [Sign up for a Rollbar account](https://rollbar.com/signup)
2. Follow the [Installation](https://docs.rollbar.com/docs/ios#section-installation) instructions in our [iOS and macOS SDK docs](https://docs.rollbar.com/docs/ios) to install rollbar-ios

## Usage and Reference

For complete usage instructions and configuration reference, see our [iOS/macOS SDK docs](https://docs.rollbar.com/docs/ios).

## Release History & Changelog

See our [Releases](https://github.com/rollbar/rollbar-ios/releases) page for a list of all releases, including changes.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Help / Support

If you run into any problems, please email us at `[email protected]` or [file a bug report](https://github.com/rollbar/rollbar-ios/issues/new).