How do I use the unofficial Android Market API?

后端 未结 3 1559
我在风中等你
我在风中等你 2021-01-02 10:24

I\'m trying the sample code from here. But my app is crashing.

I added logging and found out that it\'s crashing at session.flush(); so I removed that l

3条回答
  •  长发绾君心
    2021-01-02 10:46

    I strongly suggest to take a look at https://groups.google.com/forum/#!forum/android-market-api (the only place I know still being active about Android Market API).

    Please take in account that the authentication method (login/pwd) is more than deprecated now (and not secure), and might not be anymore supported by the current market protocol.

    Also a valid android id is not anymore as simple as before to retreive, see the groups for that too.

提交回复
热议问题