How to push an iOS IPA file and Android APK file to App Center Distribute from the command line? Then I would like to execute appcenter command in Jenkins and upload the ipa and apk file.
I installed the npm appcenter-cli at RHEL $ appcenter -v appcenter version 1.1.14
I am using the following command at unix prompt , I put it my ipa and apk file in /tmp directory and provided full access. $ appcenter login --token e************************88cb4 Logged in as $ appcenter distribute release -f /tmp/20190322P.ipa -g Collaborators --app ***/Pradeep.iOSDev--ios
but getting below mentioned error Error: failed to create release upload for /tmp/20190322P.ipa
I followed the followings urls How to push IPA to App Center Distribute from Continuous Integration Server https://learn.microsoft.com/en-us/appcenter/cli/
Please suggest me how to upload ipa and apk files from appcenter command line and then execute in Jenkins.