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
0
votes
1 answer

Confusions on reading Health data from Wear OS watch on Android

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 "Health Connect" as I am under the impression that it'll…
0
votes
0 answers

Permission request for Samsung SDK not working for Heart Rate

I´ve downloaded the SimpleHealth sample project from the Samsung Developer site. Link: https://developer.samsung.com/health/android/sample/simple-health.html In the sample app StepCount permission is requested, which works: private void…
Chris Fodor
  • 119
  • 21
0
votes
1 answer

How to get a developer access code for Samsung Health developer mode?

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 that mean?
Tony Friz
  • 883
  • 1
  • 10
  • 27
0
votes
1 answer

com.samsung.android.simplehealth E/SimpleHealth: Getting step count fails

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.samsung.android.simplehealth does not match with…
0
votes
1 answer

Samsung Health Android SDK target SDK version

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 the Play Store has a limit of min targetSDkVersion of…
breakline
  • 5,776
  • 8
  • 45
  • 84
1
2