Skip to content

iChirag/ShakeBug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShakeBug

Bug & Crash reporting tool.

Installation

CocoaPods

To integrate ShakeBug into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'ShakeBug'

Then, run the following command:

$ pod install

Code

  1. Import the ShakeBug framework header into your app delegate.

    // Swift
    import ShakeBug
    // Objective-C
    #import <ShakeBug/ShakeBug.h>
  2. Add the following to your app delegate's application:didFinishLaunchingWithOptions: method.

    // Swift
    ShakeBug.sharedInstance().initiate(withKey:<Your Key>")
    
    // Objective-C
    [[ShakeBug sharedInstance] initiateWithKey:@"<Your Key>"];

    Be sure to replace <Your Key> with your application key which given by ShakeBug website..

Usage

Build & run your app. Once your app is running, shake your device (^⌘Z in the simulator) to report a bug! Bug reports are sent directly to your email address.

Contact

Contact us on [email protected] in case of any use.

About

Bug & Crash reporting tool.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 81.2%
  • Objective-C 18.8%