You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get BSSID on IOS 13 but its returning undefined instead. As there is a change in APIs after IOS 13 release.
So, Is present react-native-network-info supports IOS 13 ?
What other permission do I need to support this ?
The text was updated successfully, but these errors were encountered:
This library uses CNCopyCurrentNetworkInfo API. So in IOS 13, you have to explicitly ask for Location permissions. After the user grants the location permission the getBSSID resolves to the required value.
I am trying to get BSSID on IOS 13 but its returning undefined instead. As there is a change in APIs after IOS 13 release.
So, Is present react-native-network-info supports IOS 13 ?
What other permission do I need to support this ?
The text was updated successfully, but these errors were encountered: