Coder Social home page Coder Social logo

Comments (4)

robertherber avatar robertherber commented on May 28, 2024

@geronimosua If it's a crash when updating it's most probably that NSHealthUpdateUsageDescription is missing from info.plist.

I think the DX from Apple's side could be improved here, but yeah :) Here are the instructions if you're using Expo Managed workflow and here for the native/Bare Workflow :)

from react-native-healthkit.

geronimosuarez avatar geronimosuarez commented on May 28, 2024

Hey @robertherber thanks for your response, maybe I explain myself bad, the update is in my app not in Apple Health I don't even write or ask for write permissions on Apple. And I already have NSHealthUpdateUsageDescription in my info.plist.

This is what I have in my info.plist

"ios": { "supportsTablet": true, "bundleIdentifier": "com.app.appname", "buildNumber": "92", "infoPlist": { "NSCameraUsageDescription": "This app uses the camera to take photos of the recipes when making a review.", "NSHealthShareUsageDescription": "This app uses the health data to automatically update the user values", "NSHealthUpdateUsageDescription": "This app uses the health data update to synchronize the user values" }, "entitlements": { "com.apple.developer.healthkit": true, "com.apple.developer.healthkit.background-delivery": true } },

from react-native-healthkit.

robertherber avatar robertherber commented on May 28, 2024

@geronimosua I have a hard time following your code, it would be easier if you clean up your example a bit, use the preview so it's formatted etc :)

The second suspect would be that you try to read some kind of data that you have not yet received confirmation (yes or no) from the user. If you call a query or initialize a hook before authorization has been asked for I think this will also result in a crash.

from react-native-healthkit.

robertherber avatar robertherber commented on May 28, 2024

I'm gonna close this. Please feel free reopen if you're still having issues and the above does not help 👍

from react-native-healthkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.