-
The advanced guide for using breakpoints in XCode
Overview Debugging is an important process to understand the unexpected behaviour of your application. For this reason, we must know well how to use the breakpoints to reduce the time… Read More
-
Secure uploading of files from an iOS or Android app to S3
Why? Most of the mobile applications these days require some form of a backend. Usually it is used for something trivial, like maintaining user profiles, settings and scores etc. However,… Read More
-
iOS Crash Symbolication for dummies Part 2
In the previous post, we’ve learned what is symbolication process and why it is needed. In this post we will dive deeper and learn how to make sure a dSYM file… Read More
-
iOS Crash Symbolication for dummies Part 1
Many developers use Bugsee for its great crash reporting capabilities. In fact, Bugsee crash reporting has recently been ranked the highest among all iOS crash reporting services when it comes to accuracy… Read More
-
Bugsee is on Product Hunt Today
I’m thrilled to announce that Bugsee is on Product Hunt today. Can’t wait for the Product Hunt community’s feedback and thoughts. Why Today? Last year we won the #1 crash reporter award by CrashProbe — the ultimate… Read More
-
What happened after Bugsee sponsored Core Intuition Podcast
Back a few months ago, we’ve sponsored a couple of Core Intuition podcasts to both support the fine work Manton Reece and Daniel Jalkut do for the developer community and to get the Bugsee word out.… Read More
-
Best iOS crash reporting tool. Yes, we are!
We are proud to announce that as of last week, Bugsee can officially be called The Best Crash Reporting tool for iOS. Bugsee now marks higher than the competition in Crashprobe, the… Read More
-
How we settled on Bugsee paid plans
We’ve achieved an important milestone last month — Bugsee joined the One Comma Club, as more than 1,000 companies had signed up for Bugsee since our start just this April. Coincidentally, we… Read More
-
App development, bug reporting, and more in this GeekSpeak podcast with Bugsee
Back in early September, Lyle Troxell from GeekSpeak invited Dmitry and myself to his ad-hoc studio at Netflix in Los Gatos to record an episode for his podcast. Interestingly enough, we didn’t realize we were actually… Read More
-
Managing iOS build configurations
Why? Applications today are rarely being built without 3rd party libraries and SDKs. There are libraries for integrating remote backends into your app. Libraries for effective image caching and loading. Libraries… Read More