6 Matching Annotations
  1. May 2021
    1. You can use HealthKit and have your app request access to the Blood Oxygen data (HKQuantityTypeIdentifierOxygenSaturation)You can find out more about the HealthKit framework here: https://developer.apple.com/documentation/healthkit

      Response from Apple employee when asked about retrieving raw PPG data.. Need to use HealthKit and can only get processed data

    1. 7 This answer is not useful Show activity on this post. I spent some time figuring out if it's feasible to get the raw PPG signal from android API, and contrary to what some may say, it is definitely possible to do that. And here is how to do it:

      Ability to get raw PPG data from android watches