Posts

Post marked as solved
3 Replies
0 Views
Thank you for your response. I have created the suggestion request : FB10022977 (Remote installing and launching TVOS app from iOS app) .
Post not yet marked as solved
3 Replies
0 Views
iOS 14.0 has a new setting backgroundStyle for UIPageControl , when it is set to minimal all the dots are visible. let pc = UIPageControl() ...   if #available(iOS 14.0, *) {       pc.backgroundStyle = .minimal   } else {       // Fallback on earlier versions   }
Post not yet marked as solved
3 Replies
0 Views
We are using the NWConnection to make a tcp connection and check the unsatisfactory reason connection?.currentPath?.unsatisfiedReason for  .localNetworkDenied. Even if I delete the app from the device and reinstall, this prompt is not shown and  .localNetworkDenied error is not returned. Also I checked in Settings - Privacy - Local Network (local network access is not allowed for our app) but still not showing any pop-up however, the connections go through and devices in local network are detected. The prompt was appearing as expected until 14.4.