我想从网址下载 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>
问题?!
我该怎么办?
答案 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