is there any way to distribute ios applications outside app store?

前端 未结 9 1130
时光取名叫无心
时光取名叫无心 2020-12-04 14:18

Is there any way to distribute ios applications through my own website, not using app store?
I mean is there any way that enables end users to download

9条回答
  •  独厮守ぢ
    2020-12-04 14:26

    The options include:

    1. App Store (free or paid)
    2. Enterprise Distribution (must be within an organization)
    3. Open source distribution

    It does not sound like any of these will meet your requirements, so no.

    Further explanation: Just to be clear, the limitation is not in distributing your .ipa file, it is the ability for users to install it on their phone. iOS requires an app be signed by Apple (from the App Store), from an Enterprise certificate, or from a developer certificate when a valid provisioning profile includes the target device.

提交回复
热议问题