line / line-sdk-starter-ios-v2

A starter application that demonstrates how to use LINE SDK for iOS.
MIT License
27 stars 9 forks source link

line-ios-objc-v5-starter

LINE iOS SDK V5 Objective-C starter

Introduction

This is a sample application for LINE iOS SDK V5 that is written in Objective-C. It demonstrates the following functionality:

Before Starting

Setup

  1. Run pod install from the LineSDKStarterObjC folder.
  2. Set the iOS bundle ID and iOS scheme in the technical configuration section of the Channel Console.
  3. Set the LineSDKConfig/ChannelID element in the project's Info.plist to your channel's Channel ID and then build the application using Xcode.

How to Use

The Login with LINE button will use the LINE app to log in and the Browser Login button will open a Web Login screen inside of a Safari Web View and prompt the user to log in using their LINE account's email and password.

After logging in, the user's profile information and access token will be displayed on the screen in addition to four buttons:

Documentation

For detailed documentation, please refer to the following links: