Top Stories published by code.kiwi.com in 2022

Feature flag and A/B test management in the iOS app

In bigger apps, there is often a need for using feature flags. As responsible developers, we don't want to depend directly on a third party for this, so we create abstractions on top of the remote data provider. The one we were using wasn't…