简体   繁体   中英

Use enterprise licence to install app on *any* iphone

Is it technically possible to use provision profile (not signed by Apple) that allows app to be run on any iPhone?

I have in-home app, should I add any new device to device lists and regenerate provision profile?

No it's not.

And yes, your app will only work on devices you have added in the member center. After adding a new device, you need to :

  • Regenerate you provisioning profiles (click edit and check the device you just added then save)
  • Go to Xcode account preferences, click "View Details.." and refresh your account (bottom left button)
  • Recompile your app.

With enterprise account ( https://developer.apple.com/programs/enterprise/ ) you can make build which will be installed on any device, and you do not need to add this device UDID to your list of devices. But you according to the apple's licence you can distribute this build only inside your company, or your account will be revoked.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM