CDVPlugin class SocialSharing (pluginName: SocialSharing) 不存在
CDVPlugin class SocialSharing (pluginName: SocialSharing) does not exist
社交分享插件在 Android 中运行良好。但是相同的代码在 iOS Device.
中显示以下错误
所有插件都已安装。
错误:
插件com.skype.SkypeForiPad.sharingextension无效
2016-04-26 19:21:26.285 AiCura_App[id] 已选择 SocialSharing 应用程序:(空)
代码:
$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")}
);
};
使用 sudo 执行所有 ionic 和 cordova 命令...(管理员权限)
sudo 离子插件添加 [插件名称]
sudo cordova 准备 ios
等...
社交分享插件在 Android 中运行良好。但是相同的代码在 iOS Device.
中显示以下错误所有插件都已安装。
错误:
插件com.skype.SkypeForiPad.sharingextension无效 2016-04-26 19:21:26.285 AiCura_App[id] 已选择 SocialSharing 应用程序:(空)
代码:
$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")}
);
};
使用 sudo 执行所有 ionic 和 cordova 命令...(管理员权限)
sudo 离子插件添加 [插件名称]
sudo cordova 准备 ios
等...