Systems | Development | Analytics | API | Testing

Mobile

How to Build Top-Rated Mobile Apps & Cut Your Error Resolution Time in Half

34% of smartphone users claim they would delete an app if they encountered a software bug, while 36% of users say a bad app store rating would prevent them from downloading an app altogether. When mobile app bugs, including hangs, errors, and crashes, can have serious consequences on customer satisfaction and ultimately your bottom line, how can you create the critical safety net you need to release mobile apps with confidence?

Automatic iOS code signing options Bitrise Feature Updates

We simplified iOS code signing on Bitrise. Now there are two ways to automate code signing on Bitrise: using Xcode Build/Archive Steps (with iOS Auto Provision steps merged into them) or the 'Manage iOS Code Signing' Step instead. In both cases, we've reduced the number of things that could go wrong. Presented by Anna Bátki, Product Marketer at Bitrise. Thank you for watching! Please feel free to comment your thoughts below.

Understanding Flutter Navigator 2.0

Navigation is a core concept in mobile app development. It enables users to move from one screen to another. Well-managed navigation keeps your app organized and enhances its capabilities. Flutter offers an imperative API (Navigator 1.0) and a declarative API (Navigator 2.0) routing mechanism. In Navigator 1.0, you can only add a page to the top of the navigation stack and remove the topmost route. On the other hand, the declarative mechanism allows you to control the navigation stack completely.

Codemagic publicly launches Unity CI/CD

As you may have noticed from our blog, we’ve been talking a lot about Unity lately. Obviously, this is for a reason. And now I can officially say that Codemagic supports Unity CI/CD. What’s more, it’s publicly available — you can try it out right now! Try Unity CI/CD now! For those of you who are still reading, let me tell you a story.

Getting Ready for Mobile CI/CD on Apple Silicon M1

As Apple leaps forward from Macs built with Intel-based chips to Macs with ARM-based chips, this transition means both Bitrise and our customers, need to update tooling and software in preparation for this transition in order to take full advantage of the Apple Silicon for the development work.

Flutter vs native development: Which one to pick for your next project?

Are you about to start your next mobile app project and can’t decide whether you should use Flutter or native languages? If yes, then this article is for you. Stefan Ionescu focuses in this article on the differences between Flutter vs native development from different perspectives.