BugReporter 0.1.8

BugReporter 0.1.8

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Ezequiel Aceto.



BugReporter

BugReporter is a simple and elegant bug reporting tool for you apps.

Features

  • [x] Capture ‘take screenshot’ event and fire a report
  • [x] Create a report with information about the device and the application
  • [x] Send report using email as channel
  • [x] Load configuration from a property file (plist)
  • [x] Notify reporting life cycle
  • [ ] Attach multiple images to a report
  • [ ] Save report into file system if cannot be sent
  • [ ] Send report to a backend

Requirements

  • iOS 8.0+
  • Xcode 8.1+
  • Swift 3.0+

Communication

  • If you need help, write me an e-mail
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Installation

BugReporter is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BugReporter"

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Ezequiel Aceto, ezequiel.aceto (at) gmail.com

License

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