I have an universal app and I´ve implemented it to use the healthkit API. It runs great on iPhone but when I try to install it on an actual iPad device (works perfectly in iPad simulator) it wont install.
I am getting the error message: "The Info.plist for application at ... specifies device capability requirements, which are not met by "my ipad"".
I there any way I can distribute an universal app where the healthkit API (framework) only runs on the iPhone?
Heres two screenshots of my project:
Do I really need to make a standalone iPad app?
You can modify your existing iPhone app to what is called a “universal app” which can run on both iPads and iPhones. In the app store, universal apps are marked with a “+” sign. This basically tells you that if you download this app for iPhone or iPod Touch, you can run the same application on your iPad too.
HealthKit provides a central repository for health and fitness data on iPhone and Apple Watch. With the user's permission, apps communicate with the HealthKit store to access and share this data.
you can remove healthkit from Required device capabilities
in your project's info.plist
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With