Search code examples
androidgoogle-api-js-clientandroid-management-api

Is there anyway to get android app icon, app name and app description using app package name?


How can I get the android app name, app info and app icon from app package name? Is any API available?


Solution

  • If you want to provide a UI for customers to search apps, upload private apps and web apps, and organize apps. I would suggest checking out the Managed Google Play iFrame.

    You can get the app name, app title, etc. by using applications.get() method. This method returns an Applications resource. Unfortunately, app info and icon isn’t included in the applications resource but there may be other APIs available outside Android Management API that return these fields.