Get your iOS project on the Fastlane — Upload to testflight
Previously we talked about project setup for multiple environments , fastlane setup and how to manage your profiles with match & also upload to firebase app distribution. This is the final post of the series and I will show you how to upload to testflight your production builds and distribute them to your testers. First, we will use match to create our production provisioning profiles. So open your terminal, navigate to your projects folder and type fastlane match appstore and follow the guide. This will create your production certificates if needed, provisioning profiles will install them into your keychain and will also add them to the git repo (or google cloud storage) you specified during your match initialisation. Ok, now that we got out production certificates open your fastfile and add the following to your fastfile desc "Builds Release-Production & uploads to App Store Connect" lane :app_store do match(type: 'appstore', app_identifier: [...