Is there an SDK version distribution statistics

Is there a chart where I can see on how many percentage of the watches which SDK version is used? Something like this (android API level distribution): www.xda-developers.com/.../ orh https//developer.android.com/about/dashboards 

Top Replies

All Replies

  • For a new app, I'd likely limit it to devices with CIQ3.0.0 or above.  I still hear from users with CIQ 1 devices (including the f3), but the number is far smaller than 7 years ago.  If you start with 3.0.0, it's easier to see what's available, based on the api level in the API doc.  Sometimes it's just a matter of having something in your code, and running in the sim, and if you get an error, check the API doc and see it's only "Since 3.3.0" or something.