KTBlueSDK
示例
要运行示例项目,首先克隆仓库,然后在示例目录中运行 pod install
。
要求
安装
KTBlueSDK 通过CocoaPods提供。要安装它,只需在 Podfile 中添加以下行即可
pod 'KTBlueSDK'
作者
[email protected], [email protected]
许可
1. 项目中使用了摄像头、定位和http请求,需要在plist中添加以下三个权限:Privacy - Location When In Use 使用时位置权限描述,Privacy - Camera 摄像头使用权限描述,App Transport Security 设置传输安全
测试服: 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];