We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
SCNetworkReachabilityGetFlags
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.
The text was updated successfully, but these errors were encountered:
Corresponding Firestore issue at #12593
Sorry, something went wrong.
visumickey
volantwish
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: