Android_SDK_Demo icon indicating copy to clipboard operation
Android_SDK_Demo copied to clipboard

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 devel...

Results 19 Android_SDK_Demo issues
Sort by recently updated
recently updated
newest added

Followed all the steps but following method is not getting called..... Testing on Android version 10.... TTLockClient.getDefault().startScanLock(new ScanLockCallback() { @Override public void onScanLockSuccess(ExtendedBluetoothDevice device) { if(mListApapter != null){ mListApapter.updateData(device); }...

In the documentation (https://euopen.ttlock.com/document/doc?urlName=cloud%2Fface%2FaddEn.html) it is recommended to use the SDK to use the `Add face` method, but this method is not available in this SDK. Is there an implementation...

Hi Team, I verified the documentation and checked it but was not able to identify the below method I also checked the TTLock SDK version is **"3.2.6"** but not get...

I downloaded the zip to run the application on my mobile device but it asks me for an account and a password. What are those credentials? How do I get...

Hi , When i Add a new fingerprint im getting an error called "Lock dosen't support this operation"

Hi, I'm currently trying implement privacy lock and tampered alert feature in android app but couldn't find any documentation code to implement which function to use. Please help me figure...

when i am generating passcode using this api https://api.ttlock.com/v3/keyboardPwd/get i am getting "No password data of this lock" as error and error code is -1007. how to solve this and...

I am trying to create a mobile application in android&ios and i need to create one-time passcode for my lock but i couldn't see that option in the sdk anywhere,...

How to I intergrate push notification when unlock?