ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.94k stars 948 forks source link

Error reported by privacy report generation related to privacy manifest key #410

Closed kirandwarkan closed 5 months ago

kirandwarkan commented 6 months ago

I archived my app in Xcode and generated a privacy report from the organizer window. The resulting PDF has an "Errors Encountered" section expressing missing an expected key NSPrivacyCollectedDataTypes even though it is present in the manifest.

Screenshot 2024-03-20 at 3 57 54 PM

I am importing Reachability 5.2.0 via SPM

tiagoxdcamindera commented 6 months ago

I had the same error

wailfirdaous commented 5 months ago
Screenshot 2024-04-11 at 12 34 58

Same for me can you please fix it?

adzerjitchii commented 5 months ago

Hi @ashleymills any news on NSPrivacyCollectedDataTypes fix ?

emans commented 5 months ago

Good afternoon, I have the same question any estimated time to get this fixed? Thanks for the help

ashleymills commented 5 months ago

Anyone here is welcome to raise a PR to fix

Cheers Ash

adzerjitchii commented 5 months ago

@ashleymills done https://github.com/ashleymills/Reachability.swift/pull/413

ashleymills commented 5 months ago

@adzerjitchii Thanks for the PR. It's merged and a new release 5.2.2 created