ttlock / iOS_SDK_Demo

TTLock is a global provider of solutions for smart locks. We provide PCBA and softwares for lock manufactures and end users. We provide open API/SDK for developers. With these APIs/SDKs, you can develop your own applications to manage smart locks. The SDK here is for mobile app to communicate with locks via bluetooth.
MIT License
12 stars 12 forks source link

Upload data functionality in TTlock App. #24

Closed pathanparvezkhan closed 7 months ago

pathanparvezkhan commented 8 months ago

Skype_Picture_2024_01_09T13_37_02_108Z

Upload data functionality: We want to achieve the same functionality as in TTlock App. I have attached here screenshot for the same.

Could you please provide the details for the relevent SDK method / API to achieve the same functionality in our app?

ttlock commented 8 months ago

If it's not an SDK bug issue, you can contact email :ttlock-developers-email-list@googlegroups.com. There will be technical support to answer your questions

ttlock commented 7 months ago

1 upload lock record api: https://euopen.sciener.com/document/doc?urlName=cloud%2FlockRecord%2Fupload.html sdk: + (void)getOperationLogWithType:(TTOperateLogType)type lockData:(NSString *)lockData success:(TTGetLockOperateRecordSucceedBlock)success failure:(TTFailedBlock)failure;

2 upload passcodes api: https://euopen.sciener.com/document/doc?urlName=cloud%2Fpasscode%2FuploadEn.html sdk:+ (void)getPasscodeVerificationParamsWithLockData:(NSString *)lockData success:(TTGetPasscodeVerificationParamsSucceedBlock)success failure:(TTFailedBlock)failure;