FimPlusSDK
(Scroll down for English)
FimPlusSDK là bộ Framework hỗ trợ kết nối đến API của hệ thống OTT FimPlus
Tương Thích
FimPlusSDK yêu cầu Swift 3 và iOS10+, TVOS 10+
Cài Đặt
CocoaPods
Cài đặt thông qua CocoaPods
Thêm vào Podfile
dòng sau:
pod 'FimPlusSDK'
Sau đó chạy lệnh này:
$ pod install
Tự Cài Đặt
Tải FimPlusSDK.framework
và kéo vào project của bạn, và phải thêm nó vào mục Embbeded Binaries
Cách Sử Dụng
Luôn khởi động framework này trước khi gọi bất cứ hàm API nào bằng cách gọi lệnh sau:
import FimPlusSDK
FimPlusSDK.initWith(appId: [YOUR_APP_ID], clientKey: [YOUR_CLIENT_KEY], enviroment: .production)
Hỗ Trợ
FimPlusSDK
FimPlusSDK is a framework to connect to FimPlus OTT API system
Compatibility
FimPlusSDK requires Swift 3 and iOS9+, TVOS 10+
Installation
CocoaPods
To integrate FimPlusSDK into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'FimPlusSDK'
Then run the following command:
$ pod install
Manual Installation
Download FimPlusSDK.framework
and drag it into your project, add it to Embbeded Binaries section
Usage
Always initialize the framework by the following line before calling any API functions:
import FimPlusSDK
FimPlusSDK.initWith(appId: [YOUR_APP_ID], clientKey: [YOUR_CLIENT_KEY], enviroment: .production)
Support
License
FimPlusSDK is released under the BSD license. See LICENSE for details.