Akdeniz / google-play-crawler

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

Why do i need use GooglePlayAPI.uploadDeviceConfig() ? #20

Closed Artgit closed 11 years ago

Artgit commented 11 years ago

It perfectly works without this method call. What is the purpose of this method ? Thanks.

Akdeniz commented 11 years ago

It is prerequisite for usegcm option and you don't need to call this method unless you need to use this option. https://github.com/Akdeniz/google-play-crawler#about-account-page-registration

Artgit commented 11 years ago

@Akdeniz , thanks