Skip to content

v3.0.0

Compare
Choose a tag to compare
@dpogue dpogue released this 30 Jan 01:04
7dd8e2d
  • BREAKING: Bump the minimum supported cordova-ios version to 6.1.0, due to a bugfix around preference handling on plugin install

  • Allow customizing the scheme used on OAuth redirection. Thanks @charpour for this!

    By default, the scheme will be the same as the app ID (consistent with previous versions of the plugin), but it can be overridden by passing --variable URL_SCHEME=mycoolapp at install time.