ios – How one can add zip recordsdata to customized appcenter app by way of fastlane?


I wanted to add an iOS simulator construct to appcenter.
Solely possibility was to create a “Customized” sort appcenter app and add as a zipper file. Importing works superb manually.
However once I use following appcenter api for fastlane it is appears not supporting this.

 appcenter_upload(api_token: <token>,
                 owner_name: <identify>,
                 owner_type: <person>,
                 app_name: <appname>,
                 file: <zip file path>,
                 notify_testers: true,
                 locations: "*",
                 app_os: 'Customized',
                 app_platform: 'Customized',
                 release_notes: <release_notes>)

Extension not supported: ‘.zip’. Supported codecs for platform ‘ios’:
.ipa The present operation may fail, attempting anyway…

— Step: appcenter_upload —
—————————— Error creating app 409: {“error”=>{“code”=>”Battle”, “message”=>”Validation error”}}

Does anybody has comparable experiences ?

Additionally there are not any samples for “Customized” sort uploads in App heart boards.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles