Skip to content

Releases: line/line-sdk-ios-swift

5.2.3

01 Aug 01:51
5.2.3
Compare
Choose a tag to compare

Fixed

  • An issue that the stored ID Token will be overwritten when a refreshed token is issued. #88

5.2.2

29 Jul 06:54
5.2.2
65e314d
Compare
Choose a tag to compare

Fixed

  • When verifying token, get the provider metadata issuer from open ID discovery document, instead of a fixed value. #86

5.2.1

19 Jul 06:16
Compare
Choose a tag to compare

Fixed

  • Align the behavior of LineSDKLoginButton (wrapper class) to LoginButton, when user click login, will only return if login process is ongoing. #78

5.2.0

12 Jun 02:02
5.2.0
Compare
Choose a tag to compare

Added

  • Support for customizing the language used when login through web page. Set preferredWebPageLanguage of LoginManager to apply the required language. The default behavior (using the system language on user's device) is not changed. #61
  • Support for accessing AMR (Authentication Methods References) value in ID Token. #63
  • Now you can use either Swift 4.2 or Swift 5.0 when integrating LINE SDK with CocoaPods. #60

Fixed

  • The refreshToken in AccessToken is now marked as private. We do not encourage you to use or store the refresh token yourself. Instead, always use the refresh token API from client when you want to get a new access token.

5.1.2

15 Apr 04:41
5.1.2
Compare
Choose a tag to compare

Fixed

  • Logging out a user now revokes refresh token and its corresponding access tokens, instead of the current access token only. #45

5.1.1

28 Mar 05:21
5.1.1
Compare
Choose a tag to compare

Fixed

  • Allow additional application bundle ID of LINE apps to grant authorization code.

5.1.0

26 Feb 04:05
5.1.0
Compare
Choose a tag to compare

Added

  • Some model types also support Encodable now for easier serialization.
  • Support JSON conversion for Objective-C model wrapper classes for future features.
  • Now you can get the raw ID Token value for server verification purpose.
  • Add compatibility for Swift 5.0 and Xcode 10.2.

5.0.3

17 Jan 01:54
5.0.3
Compare
Choose a tag to compare

Fixed

  • Build LineSDKObjC with Carthage now works properly with all targets included. #13

5.0.2

18 Dec 01:35
5.0.2
Compare
Choose a tag to compare

Fixed

  • A compiling crash when using Swift 5.0 tool chain to compile LINE SDK. #6, SR-9375, Swift #21296
  • An internal improvement on JWK handling.
  • Improvement on documentation spelling and grammar. #9

5.0.1

29 Nov 06:34
5.0.1
Compare
Choose a tag to compare

Fixed

  • Improve ID Token signature verifying code to use latest Security framework API. #4
  • Hide an implementation detail in the sample app. #2