Build And Release

Update iOS certificates

How to update iOS certificates

This is relevant to updating any certificates, this includes development, adhoc, and appstore.

When any of the certificates expire a developer with the write access to the mobile_app_match repo has to follow the following steps.

  1. Follow steps 1, 2 and 3 from How to update the provisioning profiles
  2. Run the following commands in the ios/ folder:
  • To update development certificates
    • fastlane match development
  • To update ad-hoc certificates
    • fastlane match adhoc
  • To update appstore certificates
    • fastlane match appstore

The certificates will now be updated and pushed to the repo. Any CI workflows that will need the certificates will automatically pull the latest certificates from the mobile_app_match repo.


Copyright © 2026