We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to read an apple health entry that was created from an apple iWatch.
It was a workout entry with the type being dance. App just keeps crashing on reading the entry via the getSamples function.
My function call is
const options = { startDate, ascending: true, includeManuallyAdded: true }; AppleHealthKit.getSamples( { ...options, type: 'Workout' }, (err, results) => { results?.forEach((result: any) => createWorkoutEntry(result, currentUser) ); } );
Was this a pre-existing issue or something that just started? Does anyone know how to potentially fix it?
The text was updated successfully, but these errors were encountered:
@hammad0316 which version of apple watch and iOS do you have? Does it support electrocardiogram?
Sorry, something went wrong.
Having a related issue as well - this is the error message: "HKWorkoutActivityType InvalidValue"
iOS Version:14.4
I'm importing the following types: 'Walking', 'StairClimbing', 'Running', 'Cycling', 'Workout'
No branches or pull requests
Trying to read an apple health entry that was created from an apple iWatch.
It was a workout entry with the type being dance. App just keeps crashing on reading the entry via the getSamples function.
My function call is
Was this a pre-existing issue or something that just started? Does anyone know how to potentially fix it?
The text was updated successfully, but these errors were encountered: