本文介绍了itms-services IPA无线分发链接不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试通过网站下载IPA.通过阅读,我发现这已经完成了itms-services.
I'm trying to get an IPA downloadable through a website. From reading around I see this is done itms-services.
我的问题是我在php中的链接无法正常工作-我觉得这取决于语法,但我无法弄清楚.我尝试了url编码等,但是没有运气.
My issue is my link in php is not working - I have a feeling it's down to the syntax but i can't figure it out. I tried url encoding etc but no luck.
有什么想法吗?
echo '<a href="itms-services://?action=download-manifest&url=http://localhost:8888/hockey/hockey/appname_type/info.plist">Click here to donwnload</a></br>';
推荐答案
这是:
这篇关于itms-services IPA无线分发链接不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!