Releases: line/line-sdk-unity
Releases · line/line-sdk-unity
1.4.1
1.4.0
1.3.3
1.3.2
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
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
Added
- Add a way to set
IDTokenNonce
inLoginOption
. This allows you to implement your customize nonce verification against your server. #57
Fixed
1.2.2
1.2.1
1.2.0
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.