We are on Xcode 15 / tvOS 16 to build an Apple tv App, every time when calling the func to check if device support connect.
DDDevicePickerViewController.isSupported(.applicationService(name: applicationServiceName), using: applicationServiceParameters())
The app gets crashed. But it's working correctly on tvOS 17. Anyone who is facing same problem?