Questions tagged [samsung-health]

Samsung Health is the Samsung app and platform for health applications development.

Samsung Health is the Samsung app and platform for health applications development. It tracks health data such as physical activity, dietary intake, sleep, etc. The app is available on any Adroid device. The Samsung Health SDKs allow developers to build apps that exchange data with Samsung Health and with connected health devices. Management of user consent for data access is also included.

20 questions
4
votes
1 answer

How to Get Samsung Health Step Count in Xamarin Forms

I’m trying to get a step count from Samsung Health using Xamarin Forms (for an Android App). I tried using SamsungHealthForXamarin to recreate the SimpleHealth sample project from the Samsung Health SDK. The Java sample project uses anonymous inline…
Brad Bamford
  • 3,783
  • 3
  • 22
  • 30
4
votes
1 answer

Is Samsung S Health an exclusive Samsung API or is it using Google Fit?

In the Samsung Galaxy S6 there is a S Health app that measures heart rate, SpO2, stress and other values. It looks like I can purchase additional apps for this. Is this S Health exclusive to Samsung? When I search online Google Fit API shows up. I'm…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
3
votes
1 answer

Samsung Health SDK Partner Apps program registration

Currently we are implementing an Android App that uses the step counter from Samsung S Health, BUT Samsung is actually blocking the registration for partner Apps. (bellow screen shot) We are now about to release a beta version, so what is the best…
Hamza_Iash
  • 83
  • 5
3
votes
1 answer

How to get swimming data using samsung health app

I want to get swimming data from Samsung Health App but not get any proper solution. Below is my code. public class SwimmingReport { private final HealthDataStore mStore; private SwimObserver swimObserver; private static final long…
Mohd Sakib Syed
  • 1,679
  • 1
  • 25
  • 42
3
votes
2 answers

Samsung Health SDK - Android : Read total burnt calories for ideal time

I want to fetch/read data from health app. Using HealthDataResolver.AggregateRequest to read different data value like total stepCounts and distance. Below is the working code and I am getting total step count between startTime and…
Naitik Soni
  • 700
  • 8
  • 16
3
votes
0 answers

Difference between Android SensorManager and Google Fit raw sensor data?

For my app I need to read the user's latest heart rate to send in every message. One is the Android SensorManager and the other is Google Fit's Sensors. Also there is Samsung's Health app (don't think this one will give me the data I need as I don't…
2
votes
2 answers

Reading sensor data from Wear OS wearables using Flutter

How can the sensor data and health data of a Wear OS wearable device (watch) be read by a Flutter android app on the iOS/android phone? Additionally, is there a common API to access the sensor/health data for all Wear OS watches? Or does each brand…
Athena Wisdom
  • 6,101
  • 9
  • 36
  • 60
2
votes
0 answers

How to get data from Samsung Galaxy Watch4 Classic?

I want to get data from Samsung Galaxy Watch 4 Classic, I used developer.samsung.com but unfortunately there is no helpful document and it navigates to google health service,Even though I can get heart rate by google health service but that did not…
1
vote
1 answer

Oxygen saturation measurement API for Samsung Galaxy Watch 4 (Wear OS)

tried to use Samsung Health SDK, but it doesn't work on watch also, Android Health Services don't work on real device Google fit API does not suit me (the comment from here) any other oxygen saturation API for Wear OS?
1
vote
1 answer

How to get data such as Heart Rate and Pedometer from Samsung Health to Tizen Application?

I am currently trying to develop a Tizen Application using Tizen Studio that retrieves data such as Heart Rate, Sleep Monitor, and Pedometer from Samsung Health application(from the smart watch). Is it possible to retrieve this data? If not what are…
1
vote
1 answer

Obtain current heart rate Samsung health

I am trying to get the current heart beat rate using Samsung health. I am using Samsung's SDK for Android basing my code on the example provided to count the steps. Here is how I adapted the code for some tests I did at 6pm: HealthDataResolver…
qwerty
  • 486
  • 1
  • 11
  • 37
1
vote
0 answers

Samsung Health Duplicated Values

I have an android app that read health data from Samsung Health and browse it. I added Samsung Health sdk version 1.4.0 and started to fetch the data using HealthDataResolver.ReadRequest to read different data values like total step counts, distance…
Aya
  • 21
  • 1
1
vote
0 answers

How to fetch active time data from Samsung Health in my android app

I have an android app that read health data from Samsung Health and browse it. I added Samsung Health sdk version 1.4.0 and started to fetch the data using HealthDataResolver.ReadRequest to read different data values like total step counts, distance…
Aya
  • 21
  • 1
1
vote
0 answers

Data imported to Samsung Health doesn't show in the app, but they are imported to HealthDataStorage

I'm just copying my question from Samsung Developers portal as I had no resonses from them for 2 days. I've imported 3 years worth step counter data from FitBit to Samsung Health via Samsung API. I can see they are there, in Samsung's storage,…
Donatas
  • 317
  • 1
  • 5
  • 18
0
votes
0 answers

can we exclude/dont support specific device manufacture at manifest level.?

I am trying to develop a wearable application using Samsung Health SDK. Want to support only Samsung Devices(Watch, wear OS) only. Can I add some specific code at the manifest level to exclude other manufacturers or include only specific…
1
2