wxpusher / wxpusher-client

微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息。wechat pusher.
http://wxpusher.zjiecode.com/demo
Apache License 2.0
746 stars 93 forks source link

Android app 中版本使用 #11

Closed rangerzhou closed 4 years ago

rangerzhou commented 4 years ago

1 Cleartext HTTP traffic not permitted

在 AndroidManifest.xml 中的 标签内添加 android:usesCleartextTraffic="true"

2 在子线程中发送消息。

zjiecode commented 4 years ago

client是同步发送的,在Android需要使用子线程发送。

zjiecode commented 4 years ago

不推荐直接在android中调用wxpusher,应该调用你自己的服务器,你的服务器再调用wxpusher,避免appToken被泄漏