google / GTMAppAuth

Apple platforms SDK for using AppAuth with Google libraries.
Apache License 2.0
370 stars 193 forks source link

Need of required reason API policy #233

Closed nadun-grabtaxi closed 8 months ago

nadun-grabtaxi commented 9 months ago
[File timestamp APIs](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278393)
./Pods/GTMSessionFetcher/Source/GTMSessionFetcherLogging.m

Seems it needs to provide the privacy manifest file to support Apple's privacy policy change.

mdmathias commented 9 months ago

Thanks for the issue. GTMAppAuth will provide a privacy manifest before Apple's Spring 2024 deadline. For what it's worth, GTMSessionFetcherLogging is not a type in this repo. I believe you are looking for this repo.

nadun-grabtaxi commented 8 months ago

Okay. Thanks for the confirmation.