【问题标题】:How to automatically deploy `.dmg` files to Apple Store via Azure DevopsHow to automatically deploy `.dmg` files to Apple Store via Azure Devops
【发布时间】:2022-12-02 10:49:26
【问题描述】:

In order to deploy iOS apps (apps for iPhone or iPad) to the Apple App store, I use the Apple App Store task. This works, but this task only support deploying .ipa files (for iOS).

I also have a MacOS desktop application (a .dmg file). How can this automatically be deployed from an Azure DevOps pipeline? The Apple App store task (that supports .ipa) does not seem to support .dmg, and I cannot find any documentation on it either.

Any help is appreciated.

【问题讨论】:

    标签: ios xcode macos azure-devops


    【解决方案1】:

    Yes, the Apple App Store only support IPA file: Binary Path (File path, Required) - Path to the IPA file you want to publish to the specified track. A glob pattern can be used but it must resolve to exactly one IPA file. Currently, there is no option to achieve this.

    A dmg file extension is used for default disk image format in Mac OS X (macOS) that replaced the older IMG format. It is used much like ISO images on Windows platform. Files with dmg file extension can also be found as binary dumps created by Oracle programs. Should not be confused with the common Mac OS X (macOS) disk image that also shares the DMG extension.

    An ipa file extension is generally used for application packages downloaded from Apple iTunes app store. The IPA is a container format that contains app installations.

    【讨论】:

      猜你喜欢
      • 2022-12-01
      • 2022-11-20
      • 2019-06-20
      • 2017-05-03
      • 2022-12-01
      • 2022-12-27
      • 2022-12-27
      • 2022-12-02
      • 2022-12-02
      相关资源
      最近更新 更多