gaosen
gaosen
most ir remote command are stateless(except ac remotes). so we can't display on/off state on homekit app.
Yes, "token expired" actually not time expired, it's revoked by serverside, so only when requesting the api, then we can know if the token is working. there's no server pushing.
unfortunately, there's no solution until the server side add an push message via mqtt maybe. the plugin use tuya platform api which is different with tuya app api. app api...
Try this (iOS): Targets(RCTWebRCTDemo) => Build Phrases => Link Binary With Libraries Add libRCTWebRTC.a, rebuild
Hi @dlevi309 , how about the dylib decryption? dylib can't be executed and if I directly run fouldecrypt, I will get `mremap_encrypted: Operation not permitted` again.
@dlevi309 thanks for the reply. in step 2, I still got `cannot execute binary file: Exec format error`, seems step 1 didn't work for me. ``` iPhone-7:~/workspace root# chmod +x...
@dlevi309 I just unzip the ipa to somewhere else, but I keep the app bundle structure, did you mean the app has to be installed to `/var/containers/Bundle/Application/xxxxxxxxxxx` by some tools...
@q563469 可以提供下详细信息吗?
Hi, please enable debug mode (TuyaSmartSDK.sharedInstance.debugMode) and provide logs & codes, let's see what's happening
Hi, please enable the sdk debug mode to see sdk logs, and provide some code, so we can know what you did.