Error in sending data

I am trying to call the following methods to send data.

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


Hi,

I still have the same issue on Beta 6 :

[Developer] WARNING: -[GKMatch sendData:toPlayers:withDataMode:error:] is obsoleted. Game Center doesn't invoke this obsoleted method from iOS/tvOS 14.0 and macOS 11.0 onwards

What API should we use to instead of the obsoleted one ?

Thanks
Error in sending data
 
 
Q