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.
You can find documentation on the website.
- Download LPMSNASiOS and import SDK to your project
- iOS >= 10.0
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"
endThen 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.
- Import LPMSNAS.framework, and its dependent SDK: LPMusicKitiOS、LPMDPKitiOS
LinkPlay, ios_team@linkplay.com