How to distribute my finished app without app store?

社会主义新天地 提交于 2019-12-01 14:30:45

You have to use Apple TestFlight or use a third party service to allow your beta to be distributed for testing. One good service is HockeyApp, which I am using currently and it is very cheap $10/month.

Without having the UDID of your client, you simply can't!

What is causing this may be that you are not enrolled in the correct Apple developer program.

A stock iOS device will only install an app from a link on a website if the app is signed by certificate from an Enterprise Developer program enrollment (or Ad Hoc provisioned). The Enterprise distribution method is only allowed to employees of the enrolled corporation.

Ad Hoc deployment to devices registered to your enrolled Developer account is also supported by stock iOS devices.

One other possibility is to put a link to your entire Xcode project on your website, with instructions on how anyone with a Mac and Xcode can build your app and then run it on on their device.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!