Translate

顯示具有 fail 標籤的文章。 顯示所有文章
顯示具有 fail 標籤的文章。 顯示所有文章

2015年12月20日 星期日

Watchkit app fails to launch only on ipad

Watchkit app fails to launch only on ipad
What happens is that turning on the HealthKit capability on the Apple Watch extension adds a value healthkitto the UIRequiredDeviceCapabilities array of that same target.

For some strange reason that value prevents the app from launching properly on any iPad device. Manually removing the healthkit value from the Apple Watch extension target plist fixed the issue and submission was successful.