Buglife iOS Demo
This project demos Buglife, the most awesome bug reporting SDK on the planet.
Getting Started
-
Clone this repository
-
Open the Xcode project. If you try to build immediately, you'll notice a build error in
AppDelegate.swift
. -
In
AppDelegate.swift
, find the following line:Buglife.shared().start(withEmail: "you@yourdomain.com")
Replace the email address here with your own email.
-
Delete the comment on the previous line:
// ERROR: Replace the email address below with your own email...
-
Build & run! Use the demo app to submit a bug, which will go directly to your email address.
Enjoy!
For more info, visit us at www.buglife.com.