1

I am making an app that collects information from Apple Health (HealthKit). When the application is installed for the first time, the apple screen appears with the permissions that will be used, but when it is in Testflight that screen never appears, is there any extra configuration that has to be done when it is released to production?

if the app is installed from xcode, it works correctly

enter image description here

1 Answers1

0

I had two different bundles, one both in the card of my app and another service that I have OneSignalNotificationServiceExtension. Within both they must point to release and not to debug. that's what i did and it worked in testFlight

  • 1
    The same case happened to me also. After checking we found that there are two bundle Ids are used, for the test flight builds, the healthkit capability was not enabled which was the issue. – Gourav Joshi Jul 27 '22 at 05:22