小编Pra*_*ini的帖子

Appcelerator Titanium ReverseGeocoder证书突然停止在iOS上工作

我正在将Appcelerator Titanium用于已经存在超过一年的移动应用程序.

3天前,反向地理定位在没有任何应用更新的情况下停止工作.

我调试了应用程序并使用该Ti.Geolocation.reverseGeocoder方法得到以下错误:

Le certificat d'accèsàceceur n'est pas valide.Vous vous connectez peut-êtreàunserveurquiprétendêtre«api.appcelerator.net»,ce qui pourrait compromettrevosdonnéesfreedomielles.

它是法语,可以翻译成:

此服务器的访问证书无效.您可能正在连接到假装为"api.appcelerator.net"的服务器,这可能会损害您的机密数据."

我可以找到有关此Ti.Geolocation.reverseGeocoder方法弃用的任何信息.

我错过了什么吗?

appcelerator appcelerator-titanium

2
推荐指数
1
解决办法
70
查看次数

如何在Appcelerator Titanium中获取远程图像的高度和宽度

我发布以下示例代码请任何帮助我

var bb_CoverPageImage = Ti.UI.createImageView({
    width : '100%',
    image : '',
    categoryName : magazinePagesList[i].categoryName,
    lengthId : magazinePagesList.length,
});

bb_CoverPageImage.image = L('Site_URL_Images') + magazinePagesList[i].imagePreviewUrl.replace(/\s/g, '%20');    

coverScrollView.add(bb_CoverPageImage);
Run Code Online (Sandbox Code Playgroud)

titanium appcelerator appcelerator-titanium

1
推荐指数
1
解决办法
304
查看次数