简体   繁体   中英

Adding UDID of testers with free developer account

I'm using Xcode 8.2.1 with a free apple developer ID. No problem to test the app with an iPhone that is directly connected to my Mac. Xcode generates a valid provisioning profile and added UDID of my iPhone.

Now I want to send the app to a tester but couldn't find a way to add his UDID or generate a valid provisioning profile. Xcode produce archive but prevent exporting it. It says: 'Distribution requires enrollment in the Apple Development Program' and gives me a link to enrollment that needs payment.

I could produce .ipa from command line but of course without tester's UDID inside!

Apple documents shows how to add a new UDID but my accounts on apple developer is not contains such menu items, it only guide me to enrollment and pay to join apple developer program ( http://imgur.com/a/BxSi8 )

I have tested other answers like this and this , with these solutions I could generate something but only contains my UDID again. diawi and fabric beta also didn't help, how they can help if I can not add tester's UDID?

My question is: Is it possible at all to send app (.ipa or anything) to tester with a free account or I should pay?

No, there is no way to send .ipa or anything without enrolling to Apple Development program. You need to join apple developer program and then only you are able to distribute your app for testing as well as on App Store.

You can enrol yourself at : https://developer.apple.com/programs/enroll/

And then you are able to register devices into your account and after creating valid certificate and provisioning profile you are able to send your app for testing.

No. You must enroll (99$ per year).

Then you will be able to test on devices by adding them as development devices. You'll also have access to TestFlight, wich will allow you to invite testers using their Apple IDs

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