Can't get details and download a paid app that I paid with my account
MisteFr opened this issue · 1 comments
Hey,
I can't get details and download a paid app that I paid with my account.
Is that something that isn't implemented in this lib ?
When I try to get details I get null for the version code and when I try to download with the correct version code, as I have the following message: RequestError: Can't install. Please try again later.
.
I had this issue because I wasn't providing a good androidId.
In fact, the Google PlayStore API doesn't tell you if your androidId is valid or not.
That caused the bad behavior that I had: sometimes I was able to get details of an app and sometimes not.
To get your deviceId you can do as said in the README install the application called deviceId but then when you will open the app you will first see something called androidId and just after GoogleFrameworkService Id, the id needed by the library is the GoogleFrameworkService Id and not the androidId !
Then all should work properly.