Updated 26 October 2021
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:
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.