IOS Ad Hoc Distribution Adding devices

旧巷老猫 提交于 2020-01-16 04:56:08

问题


I've created a Ad Hoc distribution profile with a couple of devices. If I want to add a couple of devices to the profile, I have to create a new profile and a build in XCODE for my app with the assigned profile.

Is there a way to make this easier? A way to make the management of the devices more simple? Without rebuilding and redistributing the app.

I hope someone can help.


回答1:


You can't change the list of devices an ad-hoc app will work on without at least re-signing with xcode and redistributing the app. Sorry! I suppose Apple feel it opens up non-appstore distribution methods if you can add devices to an app already out there.




回答2:


In fact you can!!

You don't have to recompile your project again. You don't even have to open XCode.

All you have to do is create a new mobileprovision file and distribute it with the existing app.

Your end users have to download and install the new mobileprovision file and app, by this order.

Here is a step-by-step.

Hugo Maurício



来源:https://stackoverflow.com/questions/8384557/ios-ad-hoc-distribution-adding-devices

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