Hiller

Results 3 comments of Hiller

First of all you need to change user-agent header to Android-Finsky/5.4.12 (api=3,versionCode=80341200,sdk=17,device=tf101,hardware=ventana,product=US_epad,platformVersionRelease=4.2.1,model=Transformer,isWideScreen=0) Next you need to edit googleplay.proto and change ``` python message Review { optional string authorName = 1;...

I'm not that strong in creation of VS extensions but there's a nice VS feature called "Connected Services" https://learn.microsoft.com/en-us/visualstudio/azure/overview-connected-services?view=vs-2022 May be it makes sense to implement this extension like this?...

Integer max size for me is 9223372036854775807 but when i'm trying to decode message wich contains timestamp in microseconds, i receive wrong number. Using this function i'm getting it right....