简体   繁体   中英

My iOS app just working on my developer devices other phones can't install(Phonegap)

My iOS app just working on my developer devices other phones can't install I'm using phonegap. Other devices can download but when install get full its sticking in install. I think Problem in the Provesion or certificate.

If you haven't added the other devices to your provisioning profile, you will need to.

Also, take a look at TestFlightApp.com to help with the app distribution process during testing.

You need to add all devices you want to test on into provisioning profile you are using.

Here is a good answer how to do it:

How do I add a device to my provisioning profile?

You have to keep list of devices you are using for development only during development phase. Apple is protecting themselves from you publishing application outside Appstore.

For submitting app to Appstore you need to use Distribution certificated - than everyone can install it - but only when downloading from Appstore - you won't be able to install that build outside Appstore flow.

During development you are only allowed to add up to 100 devices on your account. On enterprise account however there is an option to release "in-house" build - which allows you to install app on many devices - but you are not allowed to use that to distribute an app.

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