System info
Issue occurs on: iOS
Plugin name: network_info_plus
Plugin version: nil
Flutter doctor output: nil
CNCopyCurrentNetworkInfo is deprecated in iOS 14.0, it recommends to use NEHotspotNetwork
.fetchCurrentWithCompletionHandler.
I am not a native iOS developer but as far as I read, the new method is part of HotspotHelper API which requires special entitlements from Apple (requesting them manually here).
Either
- deprecating iOS completely
- implement
HotspotHelper API and integrate with current handler
System info
Issue occurs on: iOS
Plugin name: network_info_plus
Plugin version: nil
Flutter doctor output: nil
CNCopyCurrentNetworkInfois deprecated in iOS 14.0, it recommends to use NEHotspotNetwork.fetchCurrentWithCompletionHandler.
I am not a native iOS developer but as far as I read, the new method is part of
HotspotHelper APIwhich requires special entitlements from Apple (requesting them manually here).Either
HotspotHelper APIand integrate with current handler