我正在尝试使用指向我的本地图像 http 服务器的图像 url 保存联系人。它保存没有照片的联系人并给出此错误。
error setting contact image: The operation couldn’t be completed. (Cocoa error 256.)
它也需要一段时间才能onSuccess
保存。
partial object = {
...........
............
"photos" : [ {
"pref" : "false",
"value":"//xxx.xxx.xxx.xxx:yyyy/ImageServer/xxx/image.jpeg",
"type" : "url"
} ],
..........
..........
}
var contact = navigator.contacts.create(object);
contact.save(onSuccess, onError);
图片地址很好,我可以在桌面浏览器中看到它