Skip to content

linkplayapp/LPAlexaKitiOS

Repository files navigation

LPAlexaKitiOS

English | 中文

LPAlexaKitiOS is the app side SDK for Linkplay Alexa operation solution;you can use it to implement the device's Alexa login and Alexa information settings.

LPAlexaKit mainly provides two functions:

  • Device Alexa login and logout.

  • Device Alexa information settings, such as language, prompt tone, etc.

Documentation

You can find documentation on the website.

How To Get Started

SDK Demo

1. SDK demo with CocoaPods

2. SDK demo

Requirements

  • iOS >= 10.0

Installation

1. Installationwith CocoaPods

LPAlexaKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

platform :ios, '10.0'

target 'your_target_name' do

   pod "LPAlexaKitiOS", :git => "https://github.com/linkplayapp/LPAlexaKitiOS.git"

end

Then run the pod update command in the root directory of project. For use of CocoaPods, please refer to the CocoaPods Guides. It is recommended to update the CocoaPods to the latest version.

2. Manually configure your project

Step 1: Download LPAlexaKitiOS

Step 2: Import Framework

  • Import LPAlexaKit.framework, and its dependent SDK: LPMusicKitiOS

Author

LinkPlay, ios_team@linkplay.com