Hi
I am making a call to Load Friends in Game Center
gameNetwork.request( "loadFriends" , { listener=requestCallback } )
and getting a response
[Device] table: 0x2823d56c0 {
[Device] [type] => “loadFriends”
[Device] [name] => “gameNetwork”
[Device] [provider] => “gamecenter”
[Device] [errorCode] => 34
[Device] [errorMessage] => “The requested API is obsolete and does nothing”
[Device] }
I am using build Version 2021.3648 (2021.6.25) and a Mac running version 11.4 Big Sur
I have also tried Scott H Tech plugin and get a friends id but this id does not work with the load photo request in solar2d
gameNetwork.request( "loadPlayerPhoto" ,
{playerID = "Scott H Tech Friend ID response" ,
size = “Small” ,
listener = requestCallback })
. Is anybody else experiencing this ? Is there a way around this or am I doing something wrong ? Thanks