How to export .ipa file and send this file to an email?

I don’t know the path of the .ipa file when bitrise run the step export. And how to bitrise can send a .ipa file to an email?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

Hello @congvn00682 :wave:

When a build is archived, the artifact made is stored in the $BITRISE_IPA_PATH Env Var, which is, in case it was done via the Xcode Archive & Export for iOS step, copied to the folder found under $BITRISE_DEPLOY_DIR.

If you have a Deploy to Bitrise.io step in your workflows, then the owner of the app and everyone marked inside the step is notified of this new build, with a link to the install page to the .ipa.

Hope this helps! :slight_smile:

1 Like