๐Ÿ’ŸHealthKit

Access and share health and fitness data while maintaining the userโ€™s privacy and control.

How to set up HealthKit?

  1. Enable HealthKit for your Bundle ID on https://developer.apple.com

    a) Go to Bundle IDs page

    b) Find your Bundle ID in a list and click on it

    c) Scroll down, enable HealthKit, and click Save

  2. Enable HealthKit in Natively

    Turn on the HealthKit feature and fill out the following information:

    • Read permission description - A message to the user that explains why the app requested permission to read samples from the HealthKit store. Refer to Apple's guidelines to avoid potential rejection.

    • Write permission description - A message to the user that explains why the app requested permission to save samples to the HealthKit store. Refer to Apple's guidelines to avoid potential rejection.

  1. Go to Natively and rebuild your app

How to use HealthKit?

โค๏ธHealthKit

Last updated

Was this helpful?