Issue with Auth Token Management in Codemagic iOS Builds #2552
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Expected resultsI am using an auth token for all API calls while making iOS builds in Codemagic. However, I have been searching for a symbolic change over the past few days. Can you find an alternative solution and automatically retrieve the auth token? If this is not possible, how can we ensure that the auth token does not change automatically? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @sachinbhartiaphro, the Codemagic API access token can be found in the Codemagic UI under Teams > Personal Account > Integrations > Codemagic API > Show. This token does not change and remains constant for each account. |
Beta Was this translation helpful? Give feedback.
Hello @sachinbhartiaphro, the Codemagic API access token can be found in the Codemagic UI under Teams > Personal Account > Integrations > Codemagic API > Show. This token does not change and remains constant for each account.
You can store this token as an environment variable if you need to call the REST API from other workflows. This token remains consistent across your builds