Toggle navigation
Toggle navigation
This project
Loading...
Sign in
easygame_sdk
/
easygame_sdk_android
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
lizhihui
2016-12-23 10:22:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
26027fc0175a775a384b44d993a5a59fec465f88
26027fc0
1 parent
50461d71
删除Google安装监听 Google支付修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
22 deletions
README.md
libs/p7725SDK.jar → libs/P7725SDK_1223.jar
README.md
View file @
26027fc
# EasyGame客户端对接文档 #
## 更新日志 ##
-
2016-12-23
```
xml
删除Google安装监听(已接入游戏删除AndroidManifest.xml以下配置)
<receiver
android:name=
"com.appsflyer.MultipleInstallBroadcastReceiver"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"com.android.vending.INSTALL_REFERRER"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"com.platform7725.gamesdk.InstallReceiver"
android:enabled=
"true"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"com.android.vending.INSTALL_REFERRER"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"com.mobileapptracker.Tracker"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"com.android.vending.INSTALL_REFERRER"
/>
</intent-filter>
</receiver>
修改Google支付可重新提交(已接入游戏替换新的p7725sdk.jar)
```
-
2016-11-14
```
xml
删除无用第三方jar包(已接入请按照libs删掉多余jar并重新替换p7725SDK.jar)
...
...
@@ -146,28 +177,6 @@ FB登录改成 GRAPH_API_VERSION = "v2.7"
<action
android:name=
"android.intent.action.BATTERY_CHANGED"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"com.appsflyer.MultipleInstallBroadcastReceiver"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"com.android.vending.INSTALL_REFERRER"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"com.platform7725.gamesdk.InstallReceiver"
android:enabled=
"true"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"com.android.vending.INSTALL_REFERRER"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"com.mobileapptracker.Tracker"
android:exported=
"true"
>
<intent-filter>
<action
android:name=
"com.android.vending.INSTALL_REFERRER"
/>
</intent-filter>
</receiver>
<service
android:name=
"com.kuadcpa.OpenUDID_service"
>
<intent-filter>
...
...
libs/
p7725SDK
.jar
→
libs/
P7725SDK_1223
.jar
View file @
26027fc
No preview for this file type
Please
register
or
login
to post a comment