Skip to content
Discussion options

You must be logged in to vote

I managed to solve this issue by changing from the UI workflow editor to codemagic.yaml.

This is my working workflow file:

workflows:
  deploy-ios-and-android:
    name: Deploy iOS and Android
    max_build_duration: 120
    triggering:
      events:
        - pull_request
      branch_patterns:
        - pattern: "master"
          include: true
          source: true
      cancel_previous_builds: true
    integrations:
      app_store_connect: "APPSTORE CONNECT API KEY NAME"
    environment:
      android_signing:
        - android_keystore
      ios_signing:
        distribution_type: app_store
        bundle_identifier: com.example.app
      groups:
        - google_play
      vars:

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dam-ease
Comment options

Comment options

You must be logged in to vote
1 reply
@Yiddishe-Kop
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Yiddishe-Kop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants