KTBlueSDK 0.1.9

KTBlueSDK 0.1.9

Maintained by [不重要].



 
Depends on:
Masonry>= 0
IQKeyboardManager>= 0
BasisModule>= 0
YYModel>= 0
YYWebImage>= 0
SVProgressHUD>= 0
 

KTBlueSDK 0.1.9

KTBlueSDK

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'KTBlueSDK'

Author

[email protected], [email protected]

License

1.项目中使用到了摄像头,定位及http请求 需要在plist 中添加 Privacy - Location When In Use Usage Description Privacy - Camera Usage Description App Transport Security Settings 这三个权限

测试服: https://ts.keytop.cn/fc_test/ 正式服: https://cloud.keytop.cn/fc/ 2.使用中记得先设置BaseURL 如 [KTFindCarManager initSDKWithBaseURL:@"https://ts.keytop.cn/fc_test"]; 完整的URL如下 https://ts.keytop.cn/fc_test/app-api/getParkingInfo

3.调用SDK视图 [KTFindCarManager openKTFindCarWithLotID:@"2513" withCarNumber:@"闽C661s9" withViewController:nil];