close

[Solved] “Need to acknowledge to Apple’s Apple ID and Privacy statement”?

How To Solve Need to acknowledge to Apple’s Apple ID and Privacy statement error when using fastlane sigh/get_provisioning_profile.

Here is I am Adding All Possible solutions that I have tried to Solve This Error. Without wasting your time, Let’s start this article.

How to solve “Need to acknowledge to Apple’s Apple ID and Privacy statement”?

I Got Need to acknowledge to Apple’s Apple ID and Privacy statement error when using fastlane sigh/get_provisioning_profile. It happened before and got fixed by accepting the agreement or other unknown reason.

Need to acknowledge to Apple’s Apple ID and Privacy statement. Please manually log into https://appleid.apple.com (or https://appstoreconnect.apple.com) to acknowledge the statement.

Solutions

How to solve “Need to acknowledge to Apple ID and Privacy statement” ?

To Solve This Issue Just log in to Bitrise and Switch to the new authentication method that will solve your error. As shown in the error message was misleading because it wasn’t related to accepting some new Policies, But As I describe it’s about the new authentication system used by the app store connect API.

Solution 1

To Solve This Issue Just log in to Bitrise and Switch to the new authentication method that will solve your error.

As Define in the error message is misleading because it isn’t related to accepting some new Policies, But As I describe it’s about the new authentication system used by the app store connect API.

This Solution worked perfectly for me.

Solution 2

  1. I was experiencing it with an Apple account to authenticate and authorize the fastlane actions.
  2. Changing my CI to use Apple API key seems to solve the issue.
  3. Fasltane should use app_store_connect_api_key
  4. Here the docs: http://docs.fastlane.tools/actions/app_store_connect_api_key/#app_store_connect_api_key

Summery

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries.

Also Read

Leave a Comment