The Crash Reporting module is a tool that records application crash logs and sends them to a backend on the next app launch. The backend processes the logs for easy viewing through a web portal.
This module supports iOS 8.0 and above. It has been tested on iOS 8.4 and above.
To use the module your Podfile
should contain:
source 'https://github.com/CocoaPods/Specs.git'
pod 'RCrashReporting', :git => 'https://github.com/rakutentech/ios-crash-reporting.git'
Run pod install
to install the module and its dependencies.
Currently we do not host any publicly accessible backend APIs.
You must specify the following values in your application's info.plist in order to use the module:
Key | Value |
---|---|
RPTSubscriptionKey |
Only internal Rakuten developers can setup a key. If not a Rakuten developer set a non-empty string |
RCRConfigAPIEndpoint |
Endpoint to fetch the module configuration |
See the contributing guide for details of how to participate in development of the module.
See the changelog for the new features, changes and bug fixes of the module versions.