微信Android的APIAndroid、API

2023-09-05 09:04:22 作者:﹏樱落墨瑾*

我试图让一个Android应用程序,它与微信的应用程序进行通信。

I am trying to make an Android app which communicates with WeChat app.

其次从这里样品

但在样品和在我自己的应用程序,我可以进行API调用,这是正在做。例如api.sendResp(RESP)的结果为true。

But in the sample and in my own app I am able to make api calls, which is being done. For example api.sendResp(resp) results to true.

但没有任何反应,而授权我仍然得到空令牌SendAuth.Resp。

But nothing happens, while authorising I still get null token from SendAuth.Resp.

有没有人遇到这个问题呢?

Has anyone faced this problem?

推荐答案

两件事情要检查:

是程序包的签名吗? 在做应用程序获得批准?(前得到批准,你不能发布任何东西)

确认这些,你会得到它的工作。

make sure those and you'll get it work.

好运。