views:

35

answers:

1

is this possible that anyother person run the app on the his device by taking my application.app file.

+1  A: 

Yes, but not without a valid mobile profile on the device. What you're looking for is called "Ad Hoc" distribution. You need to create/update a distribution certifcate with the other persons device id added, and use that to sign your app & create the mobile profiles. Details are on the Apple developer site, and on a few blogs.

Andy J Buchanan