-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Heart rate shown in any activity on apple watch simulator or real device. #52
Comments
There's definitely something that got broken with one of the recent iOS updates. Will have to look into it. As for the simulator, the simulator doesn't simulate the heart rate sensor, which makes testing harder since I have to use actual hardware. |
Apple writes the data from the wrist-based heart rate sensor to HealthKit, the app just subscribes to these updates so the issue will probably be somewhere in there. |
I got the heart rate sensor on watch and in simulator just needs the heart rate switch in settings on the watch turned on. Now the swim stroke isn’t workingDarkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.Martin Luther King, Jr.On Sep 17, 2024, at 2:12 PM, Mike Simms ***@***.***> wrote:
Apple writes the data from the wrist-based heart rate sensor to HealthKit, the app just subscribes to these updates so the issue will probably be somewhere in there.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Swim stroke isn't really implemented. Like, at all. That's on the list of things that I never seem to get around to. BTW, I also found a number of API updates that are needed for HealthKit when I was looking at the code earlier. |
Yeah Been looking at those. If you don’t mind me playing with the stroke implementationI can send updates for you to look atJuan Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.Martin Luther King, Jr.On Sep 20, 2024, at 3:38 PM, Mike Simms ***@***.***> wrote:
Swim stroke isn't really implemented. Like, at all. That's on the list of things that I never seem to get around to.
BTW, I also found a number of API updates that are needed for HealthKit when I was looking at the code earlier.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Feel free to work on the swim stroke implementation all you want. I have so many things on my plate right now that I probably won't get to it before the heat death of the universe. Code is in the C/C++ backend |
Compiled and deployed your app on MacOS 14.6.1, XCode 15.4. Running on Apple Watch Ultra device or simulator. No Healthkit data is being shown, i.e. no heart rate, stroke, calorie. Mainly using the swim activity but bike activity also has not values populating on the device or simulator?
Screenshots
**Apple Watch Ultra
**Smartphone
Any guidance would be appreciated. I'm comfortable with C, C++ but come from linux background. Learning Xcode.
The text was updated successfully, but these errors were encountered: