Grover-c13/PokeGOAPI-Java

Request inaccuracy

Opened this issue · 0 comments

Gegy commented

Confirmed:

  • In the official app, messages (GMOs) are still sent while a challenge is active.
  • DOWNLOAD_SETTINGS is only sent as a common request with login requests.
  • GET_ASSET_DIGEST is paginated and response should be handled
  • GET_STORE_ITEMS is sent after LEVEL_UP_REWARDS

Unconfirmed:

  • After the auth ticket expires, the login requests are resent.
  • If incense is active on login, GET_INCENSE_POKEMON is not sent as a common request until the first GET_PLAYER_PROFILE is sent.

Not understood

  • After a challenge has been solved, the CHECK_CHALLENGE common request moves to the end of the common list until the next login occurs. (Occurs on the VERIFY_CHALLENGE message and continues after)