w***@hotmail.com
w***@hotmail.com
  • 发布:2020-03-26 19:40
  • 更新:2020-03-31 17:38
  • 阅读:1004

苹果7P系统12.4.1通过plus.share.sendWithSystem分享照片给微信好友不成功

分类:uni-app

详细问题描述

手机是苹果7P,系统版本号是12.4.1,微信版本号是7.0.12
通过调用plus.share.sendWithSystem发送照片给微信好友,提示:发送不成功。
用其他的几个iphone测试正常,机型有iphone11、iphoneX、iphone6。

[内容]

通过调用plus.share.sendWithSystem发送照片给微信好友

代码如下:
uni.showLoading({
title: "加载中",
mask: true
});
/ IOS走原生APP分享 /
plus.share.sendWithSystem(
{
type: "image",
pictures: picArr
},
function() {
uni.hideLoading();
console.log("分享成功");
},
function(e) {
uni.hideLoading();
uni.showToast({
icon: "none",
title: "分享失败"
});
}
);

App运行环境说明

[iOS版本号] IOS12.4.1

[手机型号] iphone7 Plus

联系方式

[QQ] 709998071

2020-03-26 19:40 负责人:无 分享
已邀请:
w***@hotmail.com

w***@hotmail.com (作者) - 学会不停突破自己

问题已解决,发现是HBuilder X 打包问题,最天更新的最新版2.6.8.20200330解决了这个问题

该问题目前已经被锁定, 无法添加新回复