Akdeniz / google-play-crawler

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

How to find out the security token needed by usegcm? #23

Open filamoon opened 11 years ago

filamoon commented 11 years ago

Thanks a lot Akdeniz for the great work!

As some other people already mentioned, checkin no longer works now. So if I want to run usegcm, how do I find out the security token? service.getSecurityToken() returns null after login().

BTW, if I want to get the APK files for paid APPs, is usegcm the only feasible option? service.download() fails for paid APPs.

Akdeniz commented 11 years ago

Hi,

This checkin problem should be solved by last commit, so you can use that option to get security token for usegcm.

Also, thanks for the contribution about paid applications, I will merge your pull request, as soon as I have time to test it,

Cheers.

filamoon commented 11 years ago

Hi Akdeniz,

I have a question about checkin and download. I found some APPs cannot be downloaded using the generated S3 Android IDs, e.g., this one https://play.google.com/store/apps/details?id=com.buzzpia.aqua.launcher.

I don't understand why since this App only requires Android 4.0.3.

Do you have any insight?

On Sat, Jul 6, 2013 at 3:46 PM, Akdeniz notifications@github.com wrote:

Hi,

This checkin problem should be solved by last commit, so you can use that option to get security token for usegcm.

Also, thanks for the contribution about paid applications, I will merge your pull request, as soon as I have time to test it,

Cheers.

— Reply to this email directly or view it on GitHubhttps://github.com/Akdeniz/google-play-crawler/issues/23#issuecomment-20562419 .

Akdeniz commented 11 years ago

That's very interesting. I did download that application successfully with newly generated google account after checkin.

Are you getting any specific error code or something?

filamoon commented 11 years ago

You are right. I was able to download them using a newly generated ID. I think I've met some other Apps that are available to Note 2 but not available to S3. I'll try to find them.

Thanks a lot for you quick reply!

On Thu, Jul 25, 2013 at 12:24 PM, Akdeniz notifications@github.com wrote:

That's very interesting. I did download that application successfully with newly generated google account after checkin.

Are you getting any specific error code or something?

— Reply to this email directly or view it on GitHubhttps://github.com/Akdeniz/google-play-crawler/issues/23#issuecomment-21578226 .