Systems | Development | Analytics | API | Testing

October 2020

How to Debug a Kotlin Multiplatform Mobile App From Scratch

Kotlin Multiplatform apps are a great option for big projects. They allow us to unify the business logic under a Kotlin module while using the latest perks of each platform’s individual UI, significantly reducing development costs. Debugging in Kotlin Multiplatform is easy, as you can use typical tools like adding breakpoints and printing logs in the console – and in Bugfender. Continue reading for a full tutorial. KMM stands for Kotlin Multiplatform Mobile.

An expert's perspective on succeeding with mobile banking and finance in MEA

To dive deeper into some of the findings of our recent fintech mobile report, we reached out to banking and finance professionals in a series of conversations. We explored region-specific challenges and how different institutions keep up with the industry’s increasingly mobile-first direction.

Building a unit testing suite with XCTest, Swift, and Bitrise

For example, let’s say that an app that we’re working on supports multiple themes, and that we’re keeping track of the user’s currently selected theme (and other user-configurable settings) through a SettingsController — which in turn uses Foundation’s UserDefaults API to persist those settings, like this.

The role of DevSecOps in finance app development

One of the most important shifts of the past few years in finance and banking was the movement from primarily branch-based banks to mobile-first banks. While these innovative products simplify the end-user experience, they also bring up more security concerns, since digital channels expose a number of vulnerabilities. These apps deal with sensitive user data, such as private financial or personal information, which means that the prevention of any type of breach is of utmost importance.