googleplay-api/gpapi
Domenico Iezzi 2276f8db2c Changed login() behaviour
Previously, the ac2dm was meant to be saved in the application state, and later used for
subsequent logins, along with the gsfId. This is not correct, because the app needs it
only for the first login, and then remains unused in the application state.

The correct behaviour is to save the gsfId and the authSubToken, and provide only these two
values for subsequent logins

Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
2017-10-04 11:32:56 +02:00
..
__init__.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
config.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
device.properties Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
googleplay_pb2.py Added setup.py + changes to the lib structure 2017-09-21 11:19:48 +02:00
googleplay.py Changed login() behaviour 2017-10-04 11:32:56 +02:00
utils.py Fixed wrong object name causing error 2017-09-25 21:38:48 +02:00