You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced log API which is used to add a new app into the user library. Without this, purchase/delivery of new apps may result in App not purchased error, even if the app is free.
This API will be automatically called by the download function.
WARNING this version will break the API, users should update their code
Changes since last release:
BREAK Locale and TimeZone values now should be supplied by the user to the constructor
BREAK Download now returns a dictionary containing the file size, chunk size, and a generator returning chunks of 32KB. This means also that progress bar should be implemented by users
Updated headers and parameters with recent values provided by play-store-api