google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
472 stars 189 forks source link

Request for Alamofire Dependency Update to Support Privacy Manifest in AlamofireObjectMapper #380

Closed KKakadiyaKashyap closed 4 months ago

KKakadiyaKashyap commented 5 months ago

I'm currently using GoogleUtilities version 7.0.0 in my Swift project, which automatically includes GTMAppAuth (< 3.0, >= 1.3). However, I need to use GTMAppAuth version 4.1.1 due to its support for the 'Privacy Manifest', which is crucial for my project. Is there a way to update GoogleUtilities dependency to accommodate GTMAppAuth 4.1.1 , or could you suggest a workaround? also need privacy manifest file to GoogleUtilities SDK.

ywsang commented 5 months ago

Hi there! Could you point me towards the GoogleUtilities dependency on GTMAppAuth (< 3.0, >= 1.3)? Looking at GoogleUtilities's podspec or Swift package, I don't see any dependency on GTMAppAuth.

If by chance "GoogleUtilities" is a typo and the issue is with GoogleSignIn-iOS, we're actively working on getting GoogleSignIn-iOS ready for Apple's Privacy Manifest requirement. This will include updating dependencies to versions that include Privacy Manifests, as well as adding a Privacy Manifest for GoogleSignIn-iOS. Follow https://github.com/google/GoogleSignIn-iOS/issues/341 for updates.

zhangwei5436 commented 5 months ago

need add Privacy Manifests thanks

zhangwei5436 commented 5 months ago

I'm currently using GoogleSign version 7.0.0 in my Swift project,but ,it don't include Privacy Manifests,please update 7.1.0

yasiraliraj commented 5 months ago

Hello Google Sign In Team,

I hope this message finds you well. I would like to draw your attention to an important update required by the App Store. Starting May 1, 2024, a privacy manifest will be mandatory for all apps. Given the ongoing development and support for your SDK, integrating this feature would be highly beneficial for ensuring compliance with the new App Store guidelines. This addition would greatly help developers like us in continuing to provide seamless services through our applications. We appreciate your attention to this matter and look forward to any updates you can provide.

Thank you for your continued support.

ywsang commented 4 months ago

Hi all, we are currently working on releasing a new version that will have a Privacy Manifest included. This will be done soon, which should give developers time before the May 1st date posted by Apple.

I'm closing this issue for now, since I believe the original poster meant to refer to GoogleSignIn instead of GoogleUtilities or Alamofire.

KKakadiyaKashyap commented 4 months ago

when provide ?

ywsang commented 4 months ago

@KKakadiyaKashyap GoogleSignIn has released 7.1.0, which has a Privacy Manifest for GoogleSignIn and updates the library's dependencies to point to version that also have Privacy Manifests.

There's no use of AlamofireObjectMapper or GoogleUtilities in the library source code, so I'm not sure what you're referring to in the original issue.