社交分享插件在Android中运行良好。但是相同的代码在iOS设备中显示以下错误。
已安装所有插件。
错误:
插件com.skype.SkypeForiPad.sharingextension无效 2016-04-26 19:21:26.285选择了AiCura_App [id] SocialSharing应用程序:( null)
代码:
$scope.shareViaTwitter=function (title, source, link){
window.plugins.socialsharing.shareViaTwitter(title,
null /* img */,
link /* url */,
source,
function(errormsg){
alertService.showAlert('You Have to install Twitter application to share this news')}
// alert("You Have to install Twitter application to share this news")}
);
};
答案 0 :(得分:0)
使用sudo执行所有ionic和cordova命令...(管理员权限)
sudo ionic plugin add [plugin-name]
sudo cordova prepare ios
等...