CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2015 |
Maintained by Sunghoon Kang.
| Depends on: | |
| AFNetworking | ~> 2.3 |
| JSONKit-NoWarning | ~> 1.2 |
| KeychainItemWrapper | ~> 1.2 |
| Reachability | ~> 3.2 |
iOS Client for open source crash report service honeyqa
Available through CocoaPods.
pod 'HQAClient'
Initialize in didFinishLaunchingWithOptions (AppDelegate)
[HQAClient sharedControllerWithAPIKey:@"YOUR_API_Key"]
Or, you can send exception information manually by using
[HQAClient logException:(NSException *)]
[HQAClient logException:(NSException *) withTag:@"Tag name"]
[HQAClient logException:(NSException *) withTag:@"Tag name" andErrorRank:(HQAErrorRank)]
If you using leaveBreadcrumb, you can track user pattern untill application crash or exception
[HQAClient leaveBreadcrumb:(Integer : Linenumber)]
[HQAClient logException:(NSException *)]
[HQAClient logException:(NSException *)]
Please edit your .plist file for send crash data to honeyqa server.
There are 2 options,
Dictionary named NSAppTransportSecurity
Boolean | Yes NSAllowsArbitraryLoads to NSAppTransportSecurity
Dictionary named NSExceptionDomains to NSAppTransportSecurity
Dictionary named api3.honeyqa.io to NSExceptionDomains
/api/ios/client/session/api/ios/client/exceptionbuildid : Symbol UUIDhqaData
arch : Object
osName : String
codeType : String
process : Object
processPath : String
register : Object
register name : register value
thread : Array
frame : Array
imageName : StringbaseAddress : String
baseAddress symbolName : String
symbolName frameIndex : Stringoffset : StringisCrashed : String
"1" : crashed"0" : not crashedThe MIT License (MIT)
Copyright (c) urqa org
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.