egirault/googleplay-api

Images types and convert apps details into json

Opened this issue · 1 comments

Is there any info available on imageType and what does supportsFifeUrlOptions means?

Is it possible to download app icon from api.details method?

I am trying to convert response from api.details(appPackage) to json by using json.dumps() function but I am getting json serialization error. I am new to python any help will be greatly appreciated.

i think you can print the response, it is not json... it is get by "google protobuf", you can get details info by "doc.xx.xx"