Jake Derouin
Jake Derouin

Reputation: 395

Watch only app binary rejected due to missing HealthKit info.plist keys

I am having a confusing problem with my Apple Watch only app that uses HealthKit. I keep receiving Binary Rejected upon uploading to App Store Connect due to missing NSHealthShareUsageDescription and NSHealthUpdateUsageDescription keys in the info.plist. I have these keys in my info.plist and have verified that they are identical to my previous iOS apps that utilize Helathkit and have been successfully been uploaded. Is this a problem with WatchOS only apps specifically?

My info.plist keys

Upvotes: 2

Views: 553

Answers (1)

Jake Derouin
Jake Derouin

Reputation: 395

I figured it out on this site: learningswift.brightdigit.com. Apparently I needed to create a third Info.plist file in the project under the Xcode project file. enter image description here

Upvotes: 1

Related Questions