Skip to content

Releases: line/line-sdk-unity

1.4.1

31 May 05:20
Compare
Choose a tag to compare

Fixed

  • Upgrade the xcframework to the latest version 5.11.1. This fixes an Apple review issue that does not allow binary containing the bitcode. #71
  • Fix an issue that the xcframework is duplicated when exporting on modern Unity versions. #69

1.4.0

25 Jan 04:21
Compare
Choose a tag to compare

Added

  • Mark the LineSDK.SetupSDK method as public. This adds a way to set the channel ID manually after the instance Awake. #68

1.3.3

15 Jan 05:14
Compare
Choose a tag to compare

Fixed

  • Upgrade the native LINE iOS SDK for Swift, in which the Privacy Manifest is contained. So LINE SDK for Unity also supports Privacy Manifest. #66

1.3.2

12 Dec 00:55
Compare
Choose a tag to compare

Fixed

  • Fix an issue that the ID Token verification on iOS fails if openid scope is declared in the login process but the nonce is not set. #63
  • Now the AccessToken.IdTokenRaw returns the correct raw ID token string on Android. Previously it returns a JSON string that contains the parsed ID token values. The new behavior is now consistent with iOS. #64

1.3.1

02 Oct 01:51
Compare
Choose a tag to compare

Fixed

  • Update license holder name in all source code files. Now LY Corporation is the license holder of LINE SDK Swift. The license content and terms itself is not changed so you can still use the SDK under the same condition as before. #59
  • Increase the minimum deploy version to iOS 13.0 and Android API Level 24 (Android 7.0) to match modern development requirements.

1.3.0

05 Sep 04:29
Compare
Choose a tag to compare

Added

  • Add a way to set IDTokenNonce in LoginOption. This allows you to implement your customize nonce verification against your server. #57

Fixed

  • Fix a build issue. Now this package supports starting from Unity 2020.3.15, since any older version of Unity was shipping with an incompatible version of Gradle. #54, #55
  • Some terminology that is used in API references for legal purposes.

1.2.2

04 Jul 01:23
Compare
Choose a tag to compare

Fixed

  • Upgrade the Android native package dependency version and the repo. This fixes a build issue of using deprecated repo for Android. #51

1.2.1

10 Feb 07:38
Compare
Choose a tag to compare

Fixed

  • An issue that accessing LineSDK.Instance.CurrentAccessToken throws an exception on Android in some cases. #49

1.2.0

11 Jan 04:58
Compare
Choose a tag to compare

Upgrade to this version of LINE SDK Unity requires full removal of the previous version. Please remove the "LineSDK" folder and LINE SDK files under "Plugins" to perform a clean upgrade. Please follow the installation guide for more information.

Added

  • The xcframework way to integrate LINE SDK Unity to the iOS project. Now the package manager is not required anymore and the integration is much easier. #46
  • Unity library compatible with Android gradle file. Now the package supports building as a library, which is the default behavior in a newer version of Unity.

Fixed

  • Some internal fixes such as documentation URL.

1.1.6

11 Jun 06:32
Compare
Choose a tag to compare

Fixed

  • On Android, now the BotPrompt option can pass to the final native activity correctly. #32