-
### Discussed in https://github.com/firebase/firebase-ios-sdk/discussions/12592
Originally posted by **FONickReichard** March 19, 2024
Today, I discovered that starting with iOS 17.4, several …
-
When I woke up my MacBook I was greeted with this prompt:
Vienna was running in the background. This is what the message would look like in English:
Apple added this prompt in macOS 15 (ht…
-
The existing "no internet connection" notification doesn't work properly when detecting if connection has been recovered, which leads to the notification still showing up despite having internet conne…
-
Don’t attempt to perform network operations when the network is unavailable.
If network operations fail, use the `SCNetworkReachability` API to to see whether the host is available.
If there are …
-
https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.ht…
-
I am running the sample app as is on a device and on the simulator. The issue is that when wifi is turned off and on again, the connection is marked as "no connection" instead of wifi. The reason be…
-
## Repro steps
1. Download a stable macOS build from the releases page: https://docs.flutter.dev/development/tools/sdk/releases
2. Go offline (turn off wifi and anyther other network connection)…
-
## Description
JitsiMeet.framework is used by the [iOS Riot app](https://github.com/vector-im/riot-ios). Using Riot it was discovered that the app sends HTTP requests to Google. This is unwanted du…
-
My IPad is connected to an Wifi hotspot without any connection to the internet. If I try this code, I receive **true**.
```
let host = "www.google.com"
let reachability: Reachability
do {
rea…
-
**Feature Description**
Describe what functionality you want to see.
Thank you for your development of this library. I have a small demand. When the application is started for the first time, it m…