I am reading sleep data from AppleHealthKit API, that have wearables connected.
Is it possible to retrieve:
- If data came from wearable (e.g.--> True/False)
- Wearable brand / Model (e.g. apple or Applewatch2)
- Software Version (e.g. 1.3.4)
Are the specific permissions that need to be asked to retrieve source data?
You can look at the sourceRevision and device properties on the sleep sample. That may have the info you need. You don't need additional permissions to access this.