Skip to content

Releases: yeriomin/play-store-api

0.44.1

05 Sep 23:31
0.44.1
fd83387
Compare
Choose a tag to compare

Marked AndroidAppDeliveryData signature fields properly. Thanks to @Tasssadar

0.44

28 Aug 12:03
0.44
e00c288
Compare
Choose a tag to compare
  • Method for getting current user's review of a given app added
  • Updated device definitions
  • Cleaned up Review and UserProfile messages
  • Added a rawResponse field to the GooglePlayException

0.42

05 Jun 20:48
0.42
90ec0c9
Compare
Choose a tag to compare
  • Instant app link field added

0.41

17 May 13:47
0.41
d064198
Compare
Choose a tag to compare
  • Named sale related fields in the Offer message, and some others
  • BSDiff patch format named (used to be UNKNOWN_3)
  • Multiple patch formats can now be requested through delivery method.

0.40

23 Apr 11:39
0.40
208ea80
Compare
Choose a tag to compare
  • Issue #19 new category list methods implemented
  • Wishlist methods implemented

0.39

20 Apr 22:35
0.39
ea85095
Compare
Choose a tag to compare
  • Issue #18 bulkDetails was broken due to a change on google's side - fixed
  • Issue #13 token+gsfId should be enough to build an API wrapper now

0.36

21 Mar 21:28
0.36
5db2a19
Compare
Choose a tag to compare
  • Added a method to get current user profile userProfile()
  • "Badges" in the details response are recognized now
  • Updated most devices

0.32

05 Dec 00:42
Compare
Choose a tag to compare
  • Restriction constants added
  • Device definitions updated
  • Compatibility with java 5 improved (required for old androids)

0.31

30 Nov 18:51
Compare
Choose a tag to compare
  • X-DFE-Device-Checkin-Consistency-Token, X-DFE-Device-Config-Token, X-DFE-Cookie, X-DFE-MCCMNC HTTP headers are now properly retrieved and used. Other HTTP header and parameter usage made closer to the original.
  • Beta apps feedback methods added (which are just review methods with special parameters)
  • Report abuse method added

0.29

02 Nov 02:05
Compare
Choose a tag to compare
  • Changed auth token generation process. For some reason the old way of token generation now produces a token with a very limited time to live. This version attempts to fix this.
  • TokenDispenserClient now wraps all exceptions in a TokenDispenserException.