SCNetworkReachability API deprecations. #12592
FONickReichard
started this conversation in
General
Replies: 1 comment
-
Thanks @FONickReichard! I'll convert to an issue. It looks like something for both Performance and Firestore to investigate:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions