Akdeniz / google-play-crawler

Play with Google Play API :)
Other
562 stars 204 forks source link

Application Title is always empty #18

Closed Artgit closed 11 years ago

Artgit commented 11 years ago

I continuosly get empty apps Title(Name)

DetailsResponse detailsResponse = service.details(packageName); DocV2 docV2 = detailsResponse.getDocV2(); DocumentDetails details = docV2.getDetails(); AppDetails appDetails = details.getAppDetails();

           appDetails.getTitle() // is always empty..

What is wrong with my code ? Thanks.

Artgit commented 11 years ago

solved with docV2.getTitle()