Open ghost opened 5 years ago
Can't implement now.
Tested on netstandard2.1
and netcoreapp3.1
and net5.0
.
We have to set Cipher Suites
, when login with email/password.
.NET does not "perfectly" support Cipher Suites
yet.
Also, can't set Cipher Suites
on Windows now.
idk
https://github.com/dweinstein/node-google-play/issues/107#issuecomment-557791298
https://github.com/dotnet/corefx/issues/33809
https://github.com/dotnet/corefx/issues/42670
https://github.com/vemacs/GPSOAuthSharp/issues/3
https://github.com/dotnet/runtime/issues/22507
https://github.com/dotnet/runtime/issues/1206#issuecomment-569986424
I went through the same issues and made a same conclusions. At this moment I'm using docker-related solution, where I have mitmproxy with the right set of the cipher suites to make a request for the 'aas' token by email+encrypted password.
Similar to https://github.com/dweinstein/node-google-play, it is possible to login without oauth flow. this can remove the web login/cookie requirement