开发者

What's the different between ad-hoc distribute and share from archive

开发者 https://www.devze.com 2023-04-07 08:43 出处:网络
I want to se开发者_运维百科nd my application to tester, as far as I know, I can use ad-hoc distribute and I can share app from archive.

I want to se开发者_运维百科nd my application to tester, as far as I know, I can use ad-hoc distribute and I can share app from archive.

What's the different between ad-hoc distribute and share from archive???

share app from archive is means that

What's the different between ad-hoc distribute and share from archive


In the archive there is the profile you used to compile your code, but if you just build using ad-hoc the profile is not in the .app and you need to send it separatly. So the share from archive is easier to use than the ad hoc way.

0

精彩评论

暂无评论...
验证码 换一张
取 消