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

[Performance] SCNetworkReachability API deprecations #13079

Closed
paulb777 opened this issue Jun 5, 2024 Discussed in #12592 · 1 comment · Fixed by #13091
Closed

[Performance] SCNetworkReachability API deprecations #13079

paulb777 opened this issue Jun 5, 2024 Discussed in #12592 · 1 comment · Fixed by #13091
Assignees

Comments

@paulb777
Copy link
Member

paulb777 commented Jun 5, 2024

Discussed in #12592

Originally posted by FONickReichard March 19, 2024
Today, I discovered that starting with iOS 17.4, several methods within the SCNetworkReachability API collection are being marked as deprecated.
https://developer.apple.com/documentation/systemconfiguration/scnetworkreachability-g7d

It looks like the FirebasePerformance/Sources/FPRNanoPbUtils.m currently uses SCNetworkReachabilityGetFlags, which is apart of the deprecations.

I wanted to pass along this deprecation notice, as it seems to be new, and ensure that y'all can catch it early if it's not already on the road map.

Best,

Nick

PS: Thanks for all the goods you create.

@paulb777 paulb777 changed the title SCNetworkReachability API deprecations. [Performance] SCNetworkReachability API deprecations Jun 5, 2024
@paulb777
Copy link
Member Author

paulb777 commented Jun 5, 2024

Corresponding Firestore issue at #12593

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants