How can I make My iPhone Application’s Installation Link ?
Description : I want to make an installation link of my iPhone Application. If I send a link to somebody ans when he/she clicks on the link , it directly ask for “Do you want to install the App?” and if yes then Installs the app on the Device.
Is there any way to do it ?
Thanks
EDIT : I didn’t submit my app on the App Store. It’s for my own. No App Store Submission.
See the Installing Apps Wirelessly section of Distributing Enterprise Apps for iOS 4 Devices Enterprise documentation.
This will work for Enterprise Distribution but also for AdHoc if that device’s UUID has been added to your adhoc provisioning profile.
Basically you can host your app binary on a webserver with some additional html & provision files and you point to that link from your other app.
The user will be asked if they want to install X from Y and then it will install if they agree.
There are several packaging tools out there to do this for you automagically. i.e. TestFlight