raistlinzx / cordova-plugin-sharesdk

Cordova插件,集成ShareSDK,实现分享功能(微信,QQ,QQ空间,新浪微博)
44 stars 23 forks source link

安装的时候 前边列举的那几个 都需要写吗? #5

Open liyajing0314 opened 8 years ago

liyajing0314 commented 8 years ago

只做ios的微信分享,安装的时候 是只用写 ionic platform add ios

ionic plugin add https://github.com/raistlinzx/cordova-plugin-sharesdk.git \ --variable SHARESDK_IOS_APPKEY= \ --variable WECHATAPPID= \ --variable WECHATAPPSECRET= \ 吗??还是 前边列举的 都要运行??在命令行 只运行了 以上那些,报错 就行不下去了 说缺少后边的那些

raistlinzx commented 8 years ago

恩,目前版本是都需要列举

On Jul 12, 2016, at 2:08 PM, liyajing0314 <notifications@github.com mailto:notifications@github.com> wrote:

只做ios的微信分享,安装的时候 是只用写 ionic platform add ios

ionic plugin add https://github.com/raistlinzx/cordova-plugin-sharesdk.git https://github.com/raistlinzx/cordova-plugin-sharesdk.git \ --variable SHARESDK_IOS_APPKEY= \ --variable WECHATAPPID= \ --variable WECHATAPPSECRET= \ 吗??还是 前边列举的 都要运行??在命令行 只运行了 以上那些,报错 就行不下去了 说缺少后边的那些

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raistlinzx/cordova-plugin-sharesdk/issues/5, or mute the thread https://github.com/notifications/unsubscribe/ABFJwOF40gNWd5DMAdVJ2X0qMnxcuFpYks5qUy9ggaJpZM4JKEPw.

liyajing0314 commented 8 years ago

如果 没有后边的那些的话 应该怎么写?我现在只需要做微信的,微博的不做,微博的后边直接写空吗??还是写成什么形式的?对这方面不太了解,希望指点一下,安装了一下 一直报错不成功