Skip to content

Releases: stormpath/stormpath-sdk-ios

3.0.1

31 Jan 22:04

Choose a tag to compare

Minor updates:

  • Fixes for presenting the Social Login modal from a presented view controller
  • Updated code documentation & error message
  • Re-added Stormpath user-agent for tracking and analytics purposes

Stormpath iOS SDK (v3)

22 Dec 02:16

Choose a tag to compare

The Stormpath iOS SDK v3 is out!

This release of the Stormpath SDK now uses the Stormpath Client API to perform authentication, instead of the framework integrations in the previous releases.

In addition, this release implements Stormpath-handled social login, which allows you to easily login with Facebook, Google, GitHub, and Linkedin in your app.

Since this is a breaking release, the following updates were also made:

  • For Objective-C users, all public interfaces are now prefixed with SPH
  • For Swift users, all public interfaces now have a leading parameter name to fit with Swift 3, so stormpath.login("edward@stormpath.com", password: "TestTest1") is now stormpath.login(username: "edward@stormpath.com", password: "TestTest1") and so on.

2.0.1

13 Sep 23:52

Choose a tag to compare

updating openurl api and fixing documentation

Xcode 8 / Swift 3

12 Sep 23:06

Choose a tag to compare

  • Swift 3 / Xcode 8 compatibility.
  • API largely backwards-compatible with v1, so only minor code changes required where Foundation has changed, or in the case of enums (they're all lowercase in Swift 3, so .google instead of .Google)

For Swift 2.3, use branch swift2.3

For Swift 2.2, use version 1.2.

Stormpath iOS SDK

05 Aug 22:00

Choose a tag to compare

  • Updated docs
  • Added LinkedIn / GitHub support for advanced users

1.2

10 Mar 23:48

Choose a tag to compare

1.2

What's new:

  • Social Login for Facebook & Google
  • Social Login via access token

1.1

25 Feb 00:52

Choose a tag to compare

1.1

Initial public release. Designed against framework spec 1.0.