Hi, I consider myself a novice in programming, the generateIdentityVerificationSignature function is now deprecated.
https://developer.apple.com/documentation/gamekit/gklocalplayer/1515407-generateidentityverificationsign
I want to decompile libGameCenterAuth.a into editable and readable format, and then modify the current code to the newer fetchItemsForIdentityVerifcation function.
playerID is now teamplayerID, and that's the only change for this new function.
How do I decompile libGameCenterAuth.a, change the old to the newer function, and then rebuild it so that i can file for a pull request?