MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

[Request] [PrivacyManifest] Bump AppAuth to 1.7.3 for Google Sign In iOS 7.1.0 #490

Closed MewanWA closed 2 months ago

MewanWA commented 2 months ago

Hi, We are trying to get our app ready to include all the required PrivacyManifests for iOS before May 1st, 2024. Google Sign-In iOS is now in version 7.1.0 which has included the PrivacyManifests in the latest version. Can we get AppAuth bumped to 1.7.3?

I am getting this issue when trying to run a pod install.

[!] CocoaPods could not find compatible versions for pod "AppAuth":
  In Podfile:
    GoogleSignIn (~> 7.1.0) was resolved to 7.1.0, which depends on
      AppAuth (< 2.0, >= 1.7.3)

    flutter_appauth (from `.symlinks/plugins/flutter_appauth/ios`) was resolved to 0.0.1, which depends on
      AppAuth (= 1.6.2)
MaikuB commented 2 months ago

Will bump but FYI in future that you can also submit a PR

Edit: it seems like you might also be using an older version of this plugin as on iOS side, it's referencing 1.7.2

MewanWA commented 2 months ago

Ah yeah. I was using 6.0.2. Thanks Maiku!