开发者

What happens an iOS App after the debugging on the device is finished?

开发者 https://www.devze.com 2023-02-21 00:20 出处:网络
I am not yet a member of the iOS Developer Program. I am familiar with the fact that all Apps on non 开发者_高级运维jailbreaked iOS Devices must be downloaded from the App Store. But what about my own

I am not yet a member of the iOS Developer Program. I am familiar with the fact that all Apps on non 开发者_高级运维jailbreaked iOS Devices must be downloaded from the App Store. But what about my own Apps I developed and tested on my iOS device. Do they remain on the device after I finished debugging so I am able to show the Apps some friends without having my iPhone or iPad connected to Xcode on my Mac?

Thanks ksman


Apps that were put on a device have an associated provisioning profile. Each provisioning profile has an expiration date after which the app it is associated with will no longer run.

If I recall correctly, development profiles expire after 3 months and ad hoc distribution profiles expire after 1 year.


Yes, they remain on the device and are usable like any app until the corresponding development profile expires.

0

精彩评论

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