Hi,
We have a simple app that connects to backend to fullfil its data requirements. We have recetnly tested our app on iOS 14 and found the local network privacy alert.
we yet make 1st release on store and testing phase so the backend is on internal network.
We also use 'SCNetworkReachability' with host as our backend url to check whether user is connected to internet before proceeding further on very 1st screen.
We have checked 'Local Network Privacy FAQ-2' and found use of nsurlsession's use also count in local network usage, but we can see on device not all apps we downloaded from app store with usage like us requesting permission.
Please help with above usage to determine if we need the local network usage description in the app or using services not required as per our usage.
We have a simple app that connects to backend to fullfil its data requirements. We have recetnly tested our app on iOS 14 and found the local network privacy alert.
we yet make 1st release on store and testing phase so the backend is on internal network.
We also use 'SCNetworkReachability' with host as our backend url to check whether user is connected to internet before proceeding further on very 1st screen.
We have checked 'Local Network Privacy FAQ-2' and found use of nsurlsession's use also count in local network usage, but we can see on device not all apps we downloaded from app store with usage like us requesting permission.
Please help with above usage to determine if we need the local network usage description in the app or using services not required as per our usage.