-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from jpush/dev
Dev
- Loading branch information
Showing
21 changed files
with
59 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## 配置 JGShareSDK.xml | ||
|
||
无论是使用自动集成还是手动集成方式,都需要配置 JGShareSDK.xml。 主要步骤为: | ||
复制或者新建 JGShareSDK.xml 到工程目录的 asset 目录下。 | ||
把 JGShareSDK.xml 中相关的 AppKey、AppSecret 替换成自己在第三方平台创建的应用得到的信息。 | ||
根据需要配置各个平台,不需要的平台可以删除。 | ||
|
||
JGShareSDK.xml示例 | ||
``` | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<DevInfor> | ||
<!-- 如果不需要支持某平台,可缺省该平台的配置--> | ||
<SinaWeibo | ||
AppKey="新浪微博的 AppKey" | ||
AppSecret="新浪微博 AppSecret" | ||
RedirectUrl="微博开放平台填写的授权回调页"/> | ||
AppId="QQ 的 AppId" | ||
AppKey="QQ 的 AppKey"/> | ||
AppId="微信的 AppId" | ||
AppSecret="微信的 AppSectet"/> | ||
AppId="facebook 的 appId" | ||
AppName="facebook 后台填写的名称" | ||
/> | ||
</DevInfor> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Jul 06 15:08:47 CST 2017 | ||
#Tue Sep 12 16:45:56 CST 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-rc-1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters