Woo! Hooy!
We have just recieved your project brief and our expert will contact you shortly.
Send Again
Close
Bug reporting is an important aspect of software testing. An effective bug report communicates well with the development team and avoids confusion or miscommunication. Buglife is nice bug reporting SDK for iOS Apps. The features of Buglife is awesome:
Steps to install Buglife in Swift Project:
1 pod 'Buglife'
1 import Buglife
1234 Buglife.shared().start(withEmail: "<#Developer's Email ID#>")Buglife.shared().invocationOptions = [.shake, .screenshot, .floatingButton]Buglife.shared().delegate = selfBuglife.shared().inputFields = LIFETextInputField.bugDetailInputFields()
- .shake (Shake the device)
- .screenshot (take screenshot in app)
- .floatingButton (there will be a floating button)
For more details and to know, how to report bug see this video.
Article References:
Be the first to comment.