From 3bb87cf249bea3ae2b738c99e7ac199abc933636 Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 16 Jan 2025 11:12:05 +0100 Subject: [PATCH] docs: add section about expired provision profile --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ab5aa1..9aa016c 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,10 @@ This file can be added to [the Transporter app](https://apps.apple.com/us/app/tr For beta testing, you can deliver the app on Testflight, and chosen testers will be able to install the app on their iOS phone. The build number should be bumped each time you deploy a new build, but you can keep the same main version number. +##### Expired Provision Profile + +If the provision profile is expired, you can re-sign it if you sign in with your apple account while building the app using `yarn build:ios:prod`. It's easier if you run this command locally. Once run, even if the final build fails, your profile should have been re-signed and valid (you can find your valid profiles on `developer.apple.com` > `Certificates, Identifiers & Profiles`). + #### Android You can either generate a `.apk` file so users can install it directly on their devices, or a `.aab` file that can be submitted to the PlayStore and downloaded by internal testers.