Search code examples
iosapp-storehealthkit

Universal iOS app with HealthKit not showing up in iPad App Store


We have an iOS application that uses healthkit but we handle all cases of it gracefully for our iPad Application. After a successful submission we are not able to download it from the App Store directly on an iPad, but we can download it through iTunes. Is there something we need to do to make it appear on the iPad's App Store as well?


Solution

  • Found that we needed to weak link HeathKit in the Link Binary With Libraries section by making the Framework "Optional".