Here is a list of things that Mac Catalyst do not appear to be able to do. Does anyone else experience this ?
- MultiPeer connectivity on Mac Catalyst will not connect to an ios device. catalyst ask to join , Then accept on ipad I get this message on Ipad and catatlyst stalls out . [MCNearbyServiceBrowser] Browser got invite response with nil connectionData.
- Playing Sounds ( AVAudioPlayer ) on Mac Catalyst does not play audio.
- Scheduling local notifications on Mac Catalyst does not work.
- Selection of a UICollectionView Cell does not select on Mac Catalyst
let selectedItems = colVw.indexPathsForSelectedItems // Works fine on ipad but always empty for MacCatalyst