codetheweb / tuyapi

🌧 An easy-to-use API for devices that use Tuya's cloud services. Documentation: https://codetheweb.github.io/tuyapi.
MIT License
2.09k stars 342 forks source link

SETUP.md - changes to the Tuya developer portal #664

Open rhyven opened 2 months ago

rhyven commented 2 months ago

There have been some changes to the Tuya Developer Portal since SETUP.md was last updated. Passing these on in case they're helpful!

1) The Authorization Service API appears to have been renamed to Authorization Token Management. 2) The Smart Home Scene Linkage Service API has been deprecated - you can still find this by searching. 3) App -> SDK -> SDK Development landing page now requires you to select an App SDK Category (see below). Smart Life App SDK appears to be correct.

image

4) You now need to include a "BundleID for iOS" and a "Package Name for Android". If you allow it to auto-generate your schema, it will be your package name without any punctuation nor the leading com.

image

Linking devices is somewhat different as well, but it seems similar enough to muddle through.

Apollon77 commented 1 month ago

Hm ... for what the "Linking service" is needed?