vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

[Question/Feature Request] Warn on API changes? #204

Closed scuellar closed 7 years ago

scuellar commented 7 years ago

I'll start with the question and follow up with the feature request.

Since the last forced update, many users have been flagged for using desktop managers (e.g. BPGM ) . I assume it is for not using the most recent API.

It doesn't seem like PokeNurse has updated since the API force update. Is there any report of flag, warnings or bans? Or do you use a different method? I know in the end using a desktop manager is running a risk, but my questions are more specific to this recent update.

The Feature request: POGO blocks when a force update is pushed, forcing players to update. Presumably, you can detect the forced update and warn the PokeNurse user of a possible API change. This way we will avoid being banned just for an API mismatch.

vinnymac commented 7 years ago

I would expect something like this not to have to be done by PokeNurse. I would imagine this is something pogobuf should be responsible for during authentication. It is obviously a nice to have to prevent anything bad from happening to users, but I would imagine this type of thing being solved by every third party app is a big waste of dev effort.

scuellar commented 7 years ago

Thank you for your quick response.