lsapan / pgoapi-swift

A Pokemon GO API library for Swift
MIT License
97 stars 29 forks source link

Multiple Logins not working #16

Closed victorlandeira closed 8 years ago

victorlandeira commented 8 years ago

Hi all, Thanks for sharing this with us. i have this huge array of users and i log in and scan multiple times. (building the spiral) i can get the first right but then getMapObjects always fail

I tried to look into request headers and they look the same every request any suggestion?

lsapan commented 8 years ago

@victorlandeira glad you got it working! I'd love to integrate a spiral search algorithm directly into the library, would you be willing to share your code?

spinach commented 8 years ago

+1

victorlandeira commented 8 years ago

i'm still getting on login response: NSLocalizedFailureReason = "JSON could not be serialized. Input data was nil or zero length." and code 302.

I'd love to! just started from python code

lsapan commented 8 years ago

Interesting, can you post the code that's generating that error?

lsapan commented 8 years ago

Closing in favor of #22 as it has more detail.