PokeGOAPI-Java icon indicating copy to clipboard operation
PokeGOAPI-Java copied to clipboard

Request inaccuracy

Open Gegy opened this issue 8 years ago • 0 comments

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
  • [x] 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)

Gegy avatar Apr 13 '17 19:04 Gegy