Rollbar SDK for any Apple *OS
Objective-C & Swift SDK for remote crash, exception, error reporting, and logging with Rollbar.
It works on all Apple *OS platforms (macOS, iOS, tvOS, watchOS, etc).
NOTE: This SDK is essentially a reincarnation of our Rollbar-iOS SDK that will be available for awhile in its current v1 version and will only maintained with fixes to bug or security issues if any. All the active development will be done within this SDK repository.
https://docs.rollbar.com/docs/apple
The Apple SDK is GA. Learn more:Codebase status (code quality and CI build)
Package Distribution Systems Status
Setup Instructions
- Sign up for a Rollbar account
- Follow the Installation instructions in our Rollbar-Apple SDK docs to install the SDK modules.
Usage and Reference
For complete usage instructions and configuration reference, see our Rollbar-Apple SDK docs.
Release History & Changelog
See our Releases page for a list of all releases, including changes.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request