- Home /
How to get GameCenter Verification Signature with Unity?
I am wondering if there is a way built into Unity to request the game center auth signature (generateIdentityVerificationSignature on GKLocalPlayer) ? because i would like to verify on the backend server that the player is really authorized to request info for a game center user id.
Stans Assets IOSNative has this capabability, but i would really rather not put the weight of that into the project for such a small need.
Relevant Unity Docs: - https://docs.unity3d.com/2018.2/Documentation/ScriptReference/Social.html
Relevant Apple API Docs - https://developer.apple.com/documentation/gamekit/gklocalplayer/1515407-generateidentityverificationsign
Your answer

Follow this Question
Related Questions
Achievements / leaderboards in web deployments? 0 Answers
Why does Unity not recognize GameCenterPlatform? 1 Answer
Sign out from Game Centre via Coding 0 Answers
Add achievement into Game Center - Apple Store 0 Answers
ShowAchievementsUI screen rotation 2 Answers