> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/connecting/apple-health-health-connect-and-mobile-sdk/apple-healthkit-permission-sheet-once.md).

# Why does the HealthKit permission sheet only show once?

Apple shows the HealthKit permission sheet **only once per app, per device install**. After that first prompt, iOS will not re-show it, even if scopes were denied. This is an Apple platform constraint, and there is no API workaround.

The only way for a user to change their grants is:

* **Settings > Privacy > Health > \[your app]**

To confirm whether data is actually flowing, check [Payload History](https://github.com/tryterra/api-faqs/blob/main/dashboard/README.md) rather than relying on your in-app sync, view, or scan screens.
