LINE SDK for iOS version 3.1.17 released
2015/12/22

The LINE SDK for iOS has been updated to version 3.1.17. You can download it from the LINE SDK archives on the following page:

Resources - Download LINE SDK

Changes:

  • Fixed an issue where return error message is not correct when a token refresh request fails.
  • Fixed an issue with iOS 9 where authorization process is not canceled when the cancel button is tapped.

We will continue to provide improvements so that developers can code more easily.

Using the LINE it! Button on Websites page published
2015/12/21

We published the “Using the LINE it! Button on Websites” page today. This page explains how to add the LINE it! Button to websites. The LINE it! Button lets users share websites with their friends on LINE.

Using the LINE it! Button on Websites (opens new window)

We will continue to provide improvements so that developers can code more easily.

LINE SDK for iOS version 3.1.15 released
2015/11/06

The LINE SDK for iOS has been updated to version 3.1.15. You can download it from the LINE SDK archives on the following page:

Resources - Download LINE SDK

Changes:

  • Fixed app-to-app authentication error on iOS9.

We will continue to provide improvements so that developers can code more easily.

Channel console access unavailable Oct 27
2015/10/27

Outage Report:

Channel console access was unavailable on the following time due to server side issue.

October, 27 11:30 - 12:30 JST

We are sorry for any inconvenience caused by this outage.

LINE SDK for iOS version 3.1.14 released
2015/10/08

The LINE SDK for iOS has been updated to version 3.1.14. You can download it from the LINE SDK archives on the following page:

Resources - Download LINE SDK

Changes:

  • Fixed error when building for submission on Xcode 7.

We will continue to provide improvements so that developers can code more easily.

Settings for iOS 9 or later
2015/09/15

For developers developing applications with the iOS 9 SDK, please use the following settings to ensure that your application works with iOS 9.

iOS - Settings for iOS 9 or later

We will continue to provide improvements so that developers can code more easily.

Specification change to API completed
2015/09/14

The specifications of the following API has been changed as shown below as announced on August 31.

[API]
https://api.line.me/v1/oauth/accessToken

[Changes]
The expires_in value will be displayed in seconds instead of milliseconds.

It will be possible to refresh tokens before they expire. Currently, an error will occur when you refresh a token before it has expired.

[Reason]
To comply with OAuth2 specifications.

[Date and Time]
16:00 on September 14, 2015 (Finished)

LINE SDK for iOS version 3.1.13 released
2015/08/31

The LINE SDK for iOS has been updated to version 3.1.13. You can download it from the LINE SDK archives on the following page:

Resources - Download LINE SDK

Changes:

  • The "refreshWithResultBlock" method returns an error if the access token cannot be refreshed.
  • Minor bug fixes.

We will continue to provide improvements so that developers can code more easily.

Important: Specification change to API
2015/08/31

We will be making changes to the specifications of an API on the LINE Login Platform.

[API]
https://api.line.me/v1/oauth/accessToken

[Changes]
The expires_in value will be displayed in seconds instead of milliseconds.

It will be possible to refresh tokens before they expire. Currently, an error will occur when you refresh a token before it has expired.

[Reason]
To comply with OAuth2 specifications.

[Date and Time]
16:00 on September 14, 2015

Description of the expires_in property modified
2015/08/21

The description of the expires_in property has been modified. This change can be found in the Integrating Web Login page under the Retrieving Access Tokens section. The previous description for the expires_in property was incorrectly described as the elapsed time from epoch time. It has been corrected to describe the property as the elapsed time from when the response is generated.

This is only a modification of the documentation. The API has not been modified.

LINE Starter Application for iOS and Android released
2015/08/17

The LINE Starter Application for iOS and Android has been released. The LINE Starter Application provides examples to help you get started on integrating the LINE SDK into your application.

The sources can be found on the following links.

We will continue to provide improvements so that developers can code more easily.

LINE SDK for iOS version 3.1.12 released
2015/08/06

The LINE SDK for iOS has been updated to version 3.1.12. You can download it from the LINE SDK archives on the following page:

Resources - Download LINE SDK

Changes:

  • Added new endpoints for the LINE Platform.
  • Added “clearLocalLoginInfo" method to remove login information from local cache.
  • Added function allowing users to switch accounts from the WebView login.
  • Added the capability to retrieve SDK version on the LineAdaptor.

We will continue to provide improvements so that developers can code more easily.

New feature which issues access tokens for testing released
2015/07/08

We have introduced a new feature which lets you easily retrieve access tokens and call APIs to test your application.

Click the Issue button and log in to retrieve an access token with the PROFILE permission.

We will continue to provide improvements so that developers can code more easily.

LINE SDK for Android version 3.1.16 released
2015/07/06

The LINE SDK for Android has been updated to version 3.1.16. You can download it from the LINE SDK archives on the following page:

Resources - Download LINE SDK

Changes:

  • In this latest version of the LINE SDK for Android, you can create a sub class of WebLoginActivity to override the onResume method from this version. When doing this, you need to register the sub class with "jp.line.sdk.WebLoginActivityClass" metadata on the AndroidManifest.xml file.

We will continue to provide improvements so that developers can code more easily.