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

前端 未结 9 1158
时光取名叫无心
时光取名叫无心 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:30

    You if don't want to upload your files to the already mentioned web services, you can host your IPA in your own computer and distribute over the internet using ngrok and the approach given by jithin.

    I've created a server that does exactly that and also is protected by password. You can check it out here:

    https://github.com/Edudjr/IPAServer

提交回复
热议问题