iPhone Application Installation Link

2019-06-13 17:47发布

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.

4条回答
看我几分像从前
2楼-- · 2019-06-13 18:06

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.

查看更多
闹够了就滚
3楼-- · 2019-06-13 18:08

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

查看更多
虎瘦雄心在
4楼-- · 2019-06-13 18:09

You can use the link of your app on the app store

查看更多
爱情/是我丢掉的垃圾
5楼-- · 2019-06-13 18:16

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.

查看更多
登录 后发表回答