Bugsee Chrome will be shut down on Dec/31/2022

Despite enthusiastic use of Bugsee for Chrome by many of our customers over the past six years, we’ve found that there hasn’t been as much demand for this type of service as we anticipated. The Bugsee team is committed to providing world-class bug and crash reporting products for mobile apps. Mobile will continue to be our sole focus moving forward. We apologize for any inconvenience. If you have questions or thoughts about this transition, please feel free to read the FAQs below.

Read more

How Bugsee Can Help Protect Your Mobile App Rankings

The user experience is golden. Without the user, a mobile app cannot succeed. This is why it is important to ensure bugs do not drive users away.

Bugs ruin the user experience and damage the developer’s brand. Users with low patience and high standards are quick to leave nasty reviews and uninstall. Additionally, in an effort to protect their users, the App Store and Google Play Store will reduce an app’s rankings if it has too many performance issues. Ultimately, bugs can sabotage an app’s success. Thankfully, with Bugsee, developers can protect their user experience and increase their chances of succeeding.

Read more

Android file upload doesn’t have to be hard

If you’re new to app development in Android, file upload might appear like an uphill task. But in reality it’s just two things — requesting permission to access the sdcard/camera, and then making API to upload the files. Unless your requirements explicitly ask you to manipulate the files or optimize them in some way, things are fairly straight forward. In this post, we’ll talk about some of the common challenges and some of the best practices to rectify those challenges while creating a file uploader in Android.

Read more

Is Bugsee Any Good?

You probably wonder whether you need Bugsee and is it any good? Well, let me try to address these here.

VIDEO

Have you ever wondered how your users get to a certain state in your app? Have you ever tried to recreate an intermittent bug? As developers, we deal with these types of issues on a regular basis. That’s where Bugsee can help.

Read more

Can Bugsee do this? Really?

Holiday season is upon us and I wanted to wish that your mobile app will be super stable and bug free in 2018, which in turn, will result in a healthy user growth!

Recently I took a close look at our support tickets and it became obvious that some of our existing features aren’t easily discoverable. While we’re looking into it, I wanted to highlight a few things of what Bugsee can do (well, on top of video recording of live apps).

Read more

Using Fastlane to create iOS Ad-Hoc distribution on Amazon S3

This tutorial is a revised tutorial we’ve published earlier, called iOS Ad-Hoc distribution using Amazon S3. The original tutorial achieved the desired effect using s3cmd and a bunch of bash scripts. However, since its publication, Fastlane gained a lot of popularity and gathered quite a following around it, including the ecosystem of plugins. If you are not familair with Fastlane, you should definitely spend some time to get familiar with it, and see how it can help you automate your iOS and Android builds. In the following article we will only focus on one specific task – creating an Ad-Hoc distribution on Amazon S3, and will use one Fastlane plugin for that purpose, called aws_s3.

Read more

SSL certificate pinning on iOS using TrustKit

We have already covered why certificate pinning in mobile apps is important and have shown how to implement it both in iOS and Android. For the sake of simplicity, we had to omit a lot of nasty details and corner cases from our example. In the real world, the code might get complex with time very quickly, when you have to support various legacy iOS platforms, various popular networking libraries out there etc. Luckily, nice folks at DataTheorem have created and open-sourced a framework for SSL pinning which eliminates that simplifies most of it.

Read more