AeonLucid / POGOProtos

A central repository for all proto files of PokémonGO.
MIT License
726 stars 279 forks source link

Add app_version to GetPlayerMessage #132

Closed cyraxx closed 8 years ago

cyraxx commented 8 years ago

This seems to be a new field that the app is sending now. It contains a string such as "0.31.1".

BoBeR182 commented 8 years ago

Does this fix https://github.com/AeonLucid/POGOProtos/issues/131 ?

cyraxx commented 8 years ago

No, but it's something else that changed.

rubenvereecken commented 8 years ago

Cool, useful. Do you mind adding a comment right before the field explaining the string format? Just add something like you said here

It contains a string such as "0.31.1".

cyraxx commented 8 years ago

Sure, like this? 😃

rubenvereecken commented 8 years ago

Thanks!