Is there a way to test an iOS app, on a device that is not submitted for Ad-Hoc distribution?

。_饼干妹妹 提交于 2019-12-06 05:36:56

Looks like you have a good grasp of the options here:

  1. Use your own development device and demo in person or lend the device.
  2. Collect their UDIDs for ad-hoc use (you can use TestFlight or HockeyApp to make this process easier for them and you).

(There is an "enterprise" certificate that will do mostly what you wish if you pay a fair bit more money and prove you're a business, so it's not really an option for this scenario)

In cases where I was not able to demo in person or acquire the device IDs of the people to whom I needed to demo it I used Quicktime screen capture to capture me demoing the device in the simulator.

Another vote for TestFlight here. Basically the process is

  • Get the email addresses for the testers
  • send TF invites to them
  • invitee responds, which provides their device id
  • you add the device ids to your provisioning profile, build and upload the app to TF
  • TF emails an installation link to your test users.

It's not a completely ideal solution, in that it still requires you to obtain some information about the examiners - but if your University is accepting an iOS app as an MSc project, I think you could reasonably argue that they need to meet you part way in the process.

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