无法连接到HTTPS并且对于HTTP说不能安装应用程序因为证书时我想使用.plist下载App

时间:2017-03-08 09:38:26

标签: ios swift ipa

我想从网址下载 private bool DoSomething(JsonTextReader reader) { if(reader.Path.Equals("FieldName_You_Are_Looking_For")) { string jsonText = JsonTextReaderToJsonText(reader); // Do something to read the value } // return true to continue reading, return false to stop reading return true; } ,我创建.ipa并在.plist上传,并使用此代码创建dropbox文件:

.index

但是当打开<a href="itms-services://?action=download-manifest&url=https://www.dropbox.com/s/.../testInits.plist">Install App</a> 并点击.index show this Alert并且在显示安装应用消息之前不要打开.plist

我在HTTP服务器上尝试使用此Install App,但请显示此信息 show this Alert说:.index

cannot install applications because the certificate for p..ti.ir not valid

的此代码
.index

我不知道证书

可能有我的代码<a href="itms-services://?action=download-manifest&url=http://p..ti.ir/.../testInit.plist" target="_blank">Download</a> 问题?!

我该怎么办?

1 个答案:

答案 0 :(得分:1)

我必须使用它:

https://dl.dropboxusercontent.com/s/.....

从dropBox下载 所以.plist是:

<a href="itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/.../testInits.plist">Install App</a>

并且应该使用下载中的HTTPS