Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update privacy url in App Store using deliver by fastlane 2.217.0 #21743

Open
4 tasks
BiswajitRedoQ opened this issue Dec 20, 2023 · 1 comment
Open
4 tasks

Comments

@BiswajitRedoQ
Copy link

New Regression Checklist

Regression Information

  • Breaking version: 2.217.0
  • Last working version: 2.216.0

Regression Description

fastlane deliver on 2.217.0 fails to upload a privacy url for an iOS app from fastlane/metadata/en-GB/privacy_url. This works as expected on fastlane 2.216.0.

Screenshot 2023-12-20 at 4 23 22 PM

Also I am trying with update privacy_url with lane in Fastfile, but its fails.
My lane for deliver is:
deliver(
price_tier: 0,
precheck_include_in_app_purchases: false,
run_precheck_before_submit: false,
force: true,
skip_screenshots: true,
overwrite_screenshots: true,
skip_binary_upload: true,
skip_metadata: false,
app_rating_config_path: "fastlane/rating_config.json",
submit_for_review: true,
privacy_url:{
"en-US" => "https://test.com/page/privacy-policy"
}

)

@Rromanw34
Copy link

Rromanw34 commented Dec 24, 2023

Thanks for sharing this here, Waiting for the response of others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants