Posts

Post not yet marked as solved
6 Replies
Checking in again regarding any update to the application...
Post not yet marked as solved
6 Replies
Is there any updated timeline for when we can apply for the entitlement?
Post marked as solved
21 Replies
Check out WWDC 19 session 713, Advances in Networking, Part 2 (maybe 75% of the way through the presentation). CNCopyCurrentNetworkInfo is now only available to your app in three cases:Apps with permission to access locationYour app is the currently enabled VPN appYour app configured the WiFi network the device is currently using via NEHotspotConfigurationIf you don't meet at least one of these conditions CNCopyCurrentNetworkInfo will always return nil in iOS 13.Having said all of that, I have ensured now that my app does have "Always Allow" location but I am still receiving nil from CNCopyCurrentNetworkInfo. Will report back if I figure it out.EDIT: disregard that last statement, forgot I had commented out CNCopyCurrentNetworkInfo while attempting to implement the new WiFi framework 😁