Skip to content

How to distribute only android .apk to firebase, but not the iOS #943

Closed Answered by K-Codemagic
RobertApikyan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you can just mention the publishing for Android:

publishing:
  firebase:
    firebase_token: $FIREBASE_TOKEN
    android:
      app_id: x:xxxxxxxxxxxx:android:xxxxxxxxxxxxxxxxxxxxxx
      groups:
        - androidTesters
        - ...
      artifact_type: 'apk' # Replace with 'aab' to only publish the Android app bundle

Check this document for more information.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RobertApikyan
Comment options

Answer selected by K-Codemagic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants