Aqlier/ 9月 10, 2019/ Mac

Xcode で、Archive後にITMS-90683のエラーとなりました。これは、アップロード後にE-MAILでメッセージが送られてきました。

ーーーエラーメッセージーーー
ITMS-90683: 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 NSCalendarsUsageDescription 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.

ーーー日本語訳ーーー
ITMS-90683:Info.plistに目的の文字列がありません-アプリのコードが、機密ユーザーデータにアクセスする1つ以上のAPIを参照しています。 アプリのInfo.plistファイルには、アプリがデータを必要とする理由を明確かつ完全に説明するユーザー向けの目的の文字列を含むNSCalendarsUsageDescriptionキーが含まれている必要があります。 2019年春以降、ユーザーデータにアクセスするApp Storeに送信されるすべてのアプリには、目的の文字列を含める必要があります。 外部ライブラリまたはSDKを使用している場合、目的の文字列を必要とするAPIを参照する場合があります。 アプリはこれらのAPIを使用しないかもしれませんが、目的の文字列は依然として必要です。 ライブラリまたはSDKの開発者に連絡して、APIを含まないバージョンのコードのリリースを依頼することができます。

対処方法
以下の関連記事で対処できました。

XCODEでアプリ申請時でArchive作成後、Uploadしたけど反映されないとき