Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
81 views

I’m currently integrating Samsung Health into my React Native app using the Samsung Health Data SDK. I’ve already completed the following steps: -- Registered as a Samsung Health partner. -- Verified ...
karthick.m's user avatar
1 vote
1 answer
274 views

I’m working with the Samsung Health Sensor API (v1.3.0) to collect Inter-Beat Interval (IBI) data from a Galaxy Watch. My goal is to gather IBI samples periodically (e.g., every hour for 10 minutes) ...
Abasin Ab's user avatar
0 votes
0 answers
80 views

I took a partner program with Samsung health in my application, i integrated the code to fetch the step count data after integration of the permission code as per the developer guide defined in the ...
Dhruv Varde's user avatar
1 vote
1 answer
308 views

Is there any other Cadence API for Wear OS? I'm trying to calculate running cadence and display the information on the UI, but I have no idea how to do it. I found val RUNNING_STEPS: DeltaDataType<...
xinyu's user avatar
  • 11
1 vote
0 answers
28 views

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 ...
SaurabhG's user avatar
  • 193
0 votes
1 answer
1k views

I am creating an app for Android phones. I want to read data from Samsung watch 5 in that app. There is a lot of confusion. Should I use Google Fit API OR Health Connect ? I started with "...
M. Usman Khan's user avatar
2 votes
2 answers
3k views

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 ...
Athena Wisdom's user avatar
2 votes
0 answers
358 views

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 ...
M.Minbashi's user avatar
1 vote
1 answer
715 views

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 ...
Alexey Kolosov's user avatar
0 votes
1 answer
2k views

https://developer.samsung.com/health/android/data/guide/dev-mode.html#How-to-Activate-the-Developer-Mode How the heck do you get an Access code? They say you need a "partnership." What does ...
Tony Friz's user avatar
  • 893
0 votes
1 answer
678 views

I'm trying to use Samsung sample SimpleHealth for retrieving data from Samsung Health app, but when I give the permission to get StepCount data, I get a weird error: java.lang.SecurityException: com....
Gianpaolo Simone's user avatar
3 votes
1 answer
887 views

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 ...
Hamza_Iash's user avatar
1 vote
1 answer
1k views

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 ...
Ji Hoo Kim's user avatar
5 votes
1 answer
1k views

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 ...
Brad Bamford's user avatar
  • 3,903
1 vote
1 answer
714 views

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 ...
qwerty's user avatar
  • 546
1 vote
0 answers
102 views

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 ...
Aya's user avatar
  • 21
1 vote
0 answers
1k views

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 ...
Aya's user avatar
  • 21
3 votes
1 answer
205 views

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 ...
Mohd Sakib Syed's user avatar
3 votes
2 answers
972 views

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 ...
Naitik Soni's user avatar
1 vote
0 answers
870 views

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. ...
Donatas's user avatar
  • 431
3 votes
0 answers
225 views

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 ...
Dhananjay Suresh's user avatar
0 votes
1 answer
285 views

I'm developing an app which uses targetSdkVersion 27. We would like to integrate the Samsung Health Android SDK which has a targetSdkVersion support of 25. Can this be done without problems? Also ...
breakline's user avatar
  • 6,133
4 votes
1 answer
5k views

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? ...
1.21 gigawatts's user avatar