有没有办法从 Google Play 上的开发者那里获取所有应用程序
Is there a way to get all apps from a developer on Google Play
我想在 Android 应用程序中显示来自特定开发者的所有应用程序列表。
有没有办法搜索 Google Play 并获得来自指定开发者的所有应用程序的 xml 或 Json 响应? (带有图标 url、标题和描述等信息)
我知道我可以 link 到一个包含开发者的所有应用程序的页面 Google 播放,但我想在应用程序中显示应用程序。
没有官方的API,但是"You can create a Custom Search Engine that only looks at the Play Store, and use the Custom Search Engine API to search the play store."在这里检查第二个答案:https://www.quora.com/Is-there-an-API-for-the-Google-Play-Store
那里的第一个答案也提供了两个外部解决方案,https://github.com/chadrem/market_bot and https://code.google.com/archive/p/android-market-api/。
我想在 Android 应用程序中显示来自特定开发者的所有应用程序列表。
有没有办法搜索 Google Play 并获得来自指定开发者的所有应用程序的 xml 或 Json 响应? (带有图标 url、标题和描述等信息)
我知道我可以 link 到一个包含开发者的所有应用程序的页面 Google 播放,但我想在应用程序中显示应用程序。
没有官方的API,但是"You can create a Custom Search Engine that only looks at the Play Store, and use the Custom Search Engine API to search the play store."在这里检查第二个答案:https://www.quora.com/Is-there-an-API-for-the-Google-Play-Store
那里的第一个答案也提供了两个外部解决方案,https://github.com/chadrem/market_bot and https://code.google.com/archive/p/android-market-api/。