Reader small image

You're reading from  Flutter Cookbook, Second Edition - Second Edition

Product typeBook
Published inMay 2023
Reading LevelIntermediate
PublisherPackt
ISBN-139781803245430
Edition2nd Edition
Languages
Tools
Right arrow
Author (1)
Simone Alessandria
Simone Alessandria
author image
Simone Alessandria

Simone Alessandria wrote his first program when he was 12. It was a text-based fantasy game for the Commodore 64. Now, he is a trainer (MCT), author, speaker, passionate software architect, and always a proud coder. He is the founder and owner of Softwarehouseit. His mission is to help developers achieve more through training and mentoring. He has authored several books on Flutter, including Flutter Projects, published by Packt, and web courses on Pluralsight and Udemy.
Read more about Simone Alessandria

Right arrow

Generating iOS code signing certificates and provisioning profiles

fastlane contains a set of command-line tools. One of them is fastlane match, which allows sharing a code signing identity with your development team.

In this recipe, you will learn how to leverage fastlane match to create signing certificates for your apps and store them in a Git repository.

Getting ready

Before following along with this recipe, you should have completed the previous recipes in this chapter: Registering your iOS app on App Store Connect and Installing and configuring fastlane.

How to do it...

You will now create a new Git repo and use fastlane match to retrieve and store your certificates in your repository. Follow these steps:

  1. Create a private Git repository at github.com. You can find the details of the procedure at https://docs.github.com/en/github/getting-started-with-github/create-a-repo.
  2. In the ios directory of your project, from the Terminal, type the...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Flutter Cookbook, Second Edition - Second Edition
Published in: May 2023Publisher: PacktISBN-13: 9781803245430

Author (1)

author image
Simone Alessandria

Simone Alessandria wrote his first program when he was 12. It was a text-based fantasy game for the Commodore 64. Now, he is a trainer (MCT), author, speaker, passionate software architect, and always a proud coder. He is the founder and owner of Softwarehouseit. His mission is to help developers achieve more through training and mentoring. He has authored several books on Flutter, including Flutter Projects, published by Packt, and web courses on Pluralsight and Udemy.
Read more about Simone Alessandria