I am trying to call the following methods to send data.
Both methods doesnt work anymore in IOS 14. I see following message in console.
Code Block match.send(data, to: [player], dataMode: .reliable) match.sendData(toAllPlayers: data, with: .reliable)
Both methods doesnt work anymore in IOS 14. I see following message in console.
Multiline
[Error] WARNING: -[GKMatch sendData:toPlayers:dataMode:error:] is obsoleted. Game Center doesn't invoke this obsoleted method from iOS/tvOS 14.0 and macOS 10.16 onwards BlockQuote