【Xcode】App Store Connect Operation Error(NSHealthUpdateUsageDescription)の対処法

Xcode12.2 で、Validate App を行ったところ、以下のエラーが発生しました。

Missing Purpose String in Info.plist. Your app’s code references one or more APIs that access sensitive user data. The app’s Info.plist file should contain a NSHealthUpdateUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. If you’re using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. You can contact the developer of the library or SDK and request they release a version of their code that doesn’t contain the APIs. Learn more (https://developer.apple.com/documentation/uikit/core_app/ protecting_the_user_s_privacy).

” info.plist に NSHealthUpdateUsageDescription ” がないとエラーになるようです。

解決方法

初めに “NSHealthUpdateUsageDescription” を追加しましたが、同様のエラーが発生してしまいました。

次に、”Privacy – Health Update Usage Description” を追加したところ、エラーが発生しなくなりました。

どうやら、”NSHealthUpdateUsageDescription” ではなく、”Privacy – Health Update Usage Description” を追加すると解決できるようです。

同じエラーでお悩みの方の参考になればと思います。

スポンサーリンク

シェアする

  • このエントリーをはてなブックマークに追加

フォローする