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

Upload Privacy Policy #2346

Open
sagarthecoder opened this issue Mar 31, 2024 · 11 comments
Open

Upload Privacy Policy #2346

sagarthecoder opened this issue Mar 31, 2024 · 11 comments

Comments

@sagarthecoder
Copy link

Apple says "Starting May 1, 2024: You'll need to include approved reasons for the listed APIs used by your app's code to upload a new or updated app to App Store Connect."

Please add privacy policy otherwise we couldn't use this library.

@fury21
Copy link

fury21 commented Mar 31, 2024

+1

1 similar comment
@BenoitDeguine
Copy link

+1

@nts0311
Copy link

nts0311 commented Apr 4, 2024

+1, We're close to May 1st. Can we override Alamofire version in pod or spm?

@TeeNT1
Copy link

TeeNT1 commented Apr 11, 2024

+1. Moya is a wonderful library. I really hope it will continue to be maintained and further developed.

@Shannon-Yang
Copy link

+1

2 similar comments
@zxhkit
Copy link

zxhkit commented Apr 20, 2024

+1

@SherifShokry123
Copy link

+1

@manuelsalinas-mx
Copy link

+1

@muruganandham
Copy link

+1

@lukeleleh
Copy link

As Alamofire and RxSwift dependencies are listed here and Moya repackages them, Moya is included in the requirement.

I checked the internal constraints that Moya is setting internally for these dependencies and they're flexible, so you can explicitly add the dependencies version needed that has the privacy manifest in your project and the project should resolve them successfully.

In this case, the privacy manifest is added to these dependencies in these specific versions:

  • Alamofire: 5.9.0
  • RxSwift: They specify here that it seems it's not needed because they don't receive any API messages after submitting your app for AppStore or external TestFlight

Considering the Alamofire dependency, if you add manually version 5.9.0 to your project, Moya should use this version, which has the privacy manifest and I guess it should work to address the issue. If that's the case, I hope this helps!

@mhaashim
Copy link

Considering the Alamofire dependency, if you add manually version 5.9.0 to your project,

@lukeleleh I have updated the alamofire version to 5.9.0 in my main project using pod update. But I still got the warning from the Apple. I think Moya should only update the alamofire version to 5.9.0

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