0

I want to give my app to others, but they don't have the iPhone SDK. if I give the binary file of my app, is it possible that they can run the app on their device?

benRollag
  • 1,219
  • 4
  • 16
  • 21
uttam
  • 1,364
  • 4
  • 20
  • 35
  • possible duplicate of [How do you beta test an iphone app?](http://stackoverflow.com/questions/40154/how-do-you-beta-test-an-iphone-app) – kennytm May 17 '10 at 13:57

1 Answers1

2

others can only run your app if your app has a Provisioning Profile with the UDID of their iphone in it. For a pre release you can generate an AdHoc Provisioning Profile in the iPhone Provisioning Portal, which you can only access as a iphone developer

choise
  • 24,636
  • 19
  • 75
  • 131