### Discussed in https://github.com/firebase/firebase-ios-sdk/discussions/12592 <div type='discussions-op-text'> <sup>Originally posted by **FONickReichard** March 19, 2024</sup> 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](https://github.com/firebase/firebase-ios-sdk/blob/351230124e2046b2f78db1ff1c0d472885f46835/FirebasePerformance/Sources/FPRNanoPbUtils.m#L84) 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. </div>