BugSmash Is An End User Friendly Bug Reporting Interface For Swift, BugSmash Is Easy To Use & Even Eaiser To Impliment. All Data Entered Into BugSmash Is Saved Into A SQL Database For Easy Retrieval.
- ID
- Submission Timestamp
- Report Status
- Reportees First Name
- Reportees Email
- Subject
- Details
- Device Model
- Device OS Version
- App Name
- App Version
- Build Number
- Device IP This Is Just An Example Of The Data That Can Be Collected, The Opportunites Are Endless.
- Xcode
- A Web Server (PHP Enabled)
- A MySQL Database
- 15 Minutes
Open Terminal & Run:
curl -s 'https://BugSmash.webstax.io/database.sql' | mysql -u root -p
You Will Be Prompted For A Password, The Password Is Your Root Password For MySQL.
Then Run:
curl -s 'https://BugSmash.webstax.io/user.sql' | mysql -u root -p
You Will Be Prompted For Your MySQL Password Again.
Then Run:
/var/www/example.com | wget https://BugSmash.webstax.io/services.php
Replace "Example.com" With Your Your Domain Name.