CDVPlugin类SocialSharing(pluginName:SocialSharing)不存在

时间:2016-04-26 06:24:08

标签: android ios angularjs ionic-framework ngcordova

社交分享插件在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")}
                                                  );
 };

1 个答案:

答案 0 :(得分:0)

使用sudo执行所有ionic和cordova命令...(管理员权限)

  • sudo ionic plugin add [plugin-name]

  • sudo cordova prepare ios

  • 等...