I want to get health related data from smartwatch like noise and firebolt and show it in UI in Flutter app which are connected by bluetooth.
I tried all the suggestions and all the GitHub source codes but they were not working.
I want to get health related data from smartwatch like noise and firebolt and show it in UI in Flutter app which are connected by bluetooth.
I tried all the suggestions and all the GitHub source codes but they were not working.
It's not possible to fetch data from smartwatch unless the developer gives access to it.Maybe try developing a watchOS app ,using products that enables developer mode (eg:apple) to access the data from the watch itself. Thankyou:)