Using environment variables with Fastlane
Fastlane is a very famous and useful tool but do you know how to use effective environments within it? Let's have a look!
Fastlane is a very famous and useful tool but do you know how to use effective environments within it? Let's have a look!
When working on your project you often need to switch environments. Whether it is check a bug on production or to use the latest API on your dev server this is a quite common scenario. But doing it properly and easily in iOS has always been challenging. Let's see how we can handle it.