Xcode10.1 - Test on many iPhones (no liscense) possible?

爱⌒轻易说出口 提交于 2020-01-11 14:49:07

问题


My Apple Dev account says : "Your Apple Developer Program membership has expired." I can run my xcode projects on my real world iPhone.

I have build an App that should be running on several friends iPhones (different versions, iOS´s etc)for testing in the next time.

So, is it necessary to have a paid dev Account for testing on several devices of other persons/accounts? Maybe that my Apple ID allows the access to my iPhone only without a membership. How long will the test apps be running?

THX


回答1:


So, is it necessary to have a paid dev Account for testing on several devices of other persons/accounts?

Yes. The ability to run on a device is exactly what a paid account gets you. A free account lets you run on your own device, but only under very limited circumstances; it is intended as just a way of seeing what iOS development is like.

How long will the test apps be running?

Hard to say, but you'll find out soon enough. Probably only three or four days, would be my guess.

The correct strategy for distributing apps to your friends' devices is (1) get a paid membership, and (2) create Ad Hoc builds or a TestFlight build.



来源:https://stackoverflow.com/questions/56242504/xcode10-1-test-on-many-iphones-no-liscense-possible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!