Skip to content

The SDK includes obtaining a list of NAS services and searching for music that can be played under the NAS

License

Notifications You must be signed in to change notification settings

linkplayapp/LPMSNASiOS

Repository files navigation

LPMSNASiOS

English | 中文

LPMSNAS is the app side SDK for Linkplay NAS access solution;you can use it to quickly play music from NAS devices to your products.

LPMSNAS mainly provides two functions:

  • Show music from NAS devices.

  • Play music from NAS device to your product.

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

LPMSNASiOS 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 "LPMSNASiOS", :git => "https://github.com/linkplayapp/LPMSNASiOS.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 LPMSNASiOS

Step 2: Import Framework

Author

LinkPlay, ios_team@linkplay.com

About

The SDK includes obtaining a list of NAS services and searching for music that can be played under the NAS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published