Search found 7 matches

by namp
2024年 Jun 27日 18:22
Forum: iOS & Android Development
Topic: uuid Service Tuya
Replies: 0
Views: 1456

uuid Service Tuya

I need to develop a BLE application to control Tuya led light bulb, but I don't know exactly what the uuid of the Service is. Can you help me?

by namp
2023年 Oct 24日 12:09
Forum: Cloud/SaaS Development
Topic: issue sign invalid in call api use postman
Replies: 5
Views: 5351

Re: issue sign invalid in call api use postman

Thank you ! I called the api to receive the token successfully!

by namp
2023年 Oct 24日 09:58
Forum: Cloud/SaaS Development
Topic: issue sign invalid in call api use postman
Replies: 5
Views: 5351

Re: issue sign invalid in call api use postman

Thank You !Can I ask one more question? Is there a way for me to call the api on postman. But can I fake the ip address of china? Because my ip address is in Vietnam.This is error : { "code": 2007, "msg": "your ip(xxx.xx.xxx.xxx) cross-region access is not allowed", &qu...
by namp
2023年 Oct 23日 17:48
Forum: Cloud/SaaS Development
Topic: issue sign invalid in call api use postman
Replies: 5
Views: 5351

issue sign invalid in call api use postman

I am using the postman to call the api {{url}}/v1.0/token?grant_type=1 from cloudservice, but I still get the sign_invalid error.My url:https://openapi.tuyacn.com. I followed the steps in this tutorial link. https://developer.tuya.com/en/docs/iot/set-up-postman-environment?id=Ka7o385w1svns. Create c...
by namp
2023年 Oct 16日 18:28
Forum: iOS & Android Development
Topic: Ask about using ir sensors to control other devices such as TV, air,...
Replies: 1
Views: 3444

Ask about using ir sensors to control other devices such as TV, air,...

I want to make an ir sensor to control TV, air,... but I can't find the code in tuya's documentation. Second, when I use IThingSmartRequest.requestWithapiName, I still can't get the api name for get branch,getCode,....

by namp
2023年 Oct 5日 15:56
Forum: iOS & Android Development
Topic: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively
Replies: 2
Views: 6231

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively

On android 14, I received this error. It is necessary to specify one of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED when the receiver is not registered specifically for system broadcasts in the package at android.content.ContextWrapper.registerReceiver, but I can't fix it because of the mail3 side li...