iPhone Application Installation Link
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 Sto开发者_运维百科re. 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
You can use the link of your app on the app store
Are you trying to create a jail broken application??
Create a distribution profile for your application, install it. Go to build menu, click on 'build and archive'. Select 'share application'. Enter the full path of the url for ipa file. You should get 'ipa' and a 'plist' file. Upload it. (same path mentioned in the url) This should help.
It is possible to do ad hoc distribution for beta testing and the like. You'll need the UUID of the phones that you want to install on to and then you can just provide a direct link to the .ipa file.
A quick google for iphone ad hc distribution will give you the methods to do this.
精彩评论