I just started with the development of a watchface for Tizen/Samsung watches (native application). Should I select the latest Wearable version 5.5 in Tizen Studio expecting that it is backwards compatible with older devices? Or should I select an older version like 3.0 so that the watchface runs reliably on older devices?
The way to go in Android is to always choose the latest SDK version and when there is a function, that is not supported on older versions, to make a case distinction and implement the code for those older versions.
Thanks for any help