Skip to content

v8.1.0

Compare
Choose a tag to compare
@j3k0 j3k0 released this 27 May 07:48
· 505 commits to master since this release
1e1ca96

macOS support

  • macOS In-App Purchase is not supported. It shares most of the iOS implementation.
  • The implementation is 100% compatible with iOS.

Contributor: Giuseppe La Torre

Disable Hosted Content (Apple)

You can now omit automatic downloading of hosted content by setting the disableHostedContent store flag, for example:

    store.disableHostedContent = true;

Contributor: Dave Alden

Android ANR fix

  • Backported some code from frostwire that fixes an occasional ANR at startup in IabHelper.

Contributors: Jean-Christophe Hoelt, Dave Alden