With the latest Xcode 12 and for iOS 14 Local network Permission has included as per the Suggestion in the plist. And i have been working with TCP/IP Socket connection with NSStream
But i couldn't able find whether the user allowed or denied the local network permission, Only solution that i came to know is if the Ping fails it would through the response as NSStreamEventErrorOccurred
which is common for wifi issue.
Is there any other way to find out that particular user permission denied?