How to fetch Android Market data when there is no API?

后端 未结 6 1354
后悔当初
后悔当初 2020-11-28 04:21

As far as I can tell, there is no API (official or unofficial) to access information about Apps on the Android Market (info such as Title, Icon, Description, Downloads, Comm

6条回答
  •  一整个雨季
    2020-11-28 05:15

    As far as I know, they are using Protocol Buffers. You'll have to sniff phone traffic while it's accessing the market connected over wifi.

提交回复
热议问题