Hello Guys, I'm trying to implement Game Center (GameKit) for my app but it always throwing the same error.
Error Domain=GKErrorDomain Code=15 "The requested operation could not be completed because this application is not recognised by Game Center." UserInfo={NSLocalizedDescription=The requested operation could not be completed because this application is not recognised by Game Center.}
I have enabled Game Center on AppStoreConnect, Added in capabilities and also added Leaderboard and Achievements. But still not working.
I'm using Xcode 14.0.1 and iOS 16.0
Any idea what I'm doing wrong or suggestions?