-
Notifications
You must be signed in to change notification settings - Fork 130
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
delete() function for 'blood_pressure' type causes crash in iOS #266
Comments
I suppose you got R/W access for blood pressure? |
Yes, of course. I suppose it's because a similar issue like your fix addressed: |
not sure it's related. Have you tried deleting it with the telerik's plugin? (it's available if you install this plugin too) |
No, I haven't tried telerik plugin. I just removed both values (systolic and disatolic) separately and this works. |
maybe correlation type values cannot be deleted? Can you try storing a |
When trying to delete an entry in the Apple Health using the following:
navigator.health.delete({...})
and when the key is 'blood_pressure' then this error is logged:
To avoid the issue delete 'blood_pressure_systolic' and 'blood_pressure_diastolic' separately.
The text was updated successfully, but these errors were encountered: