GameCenterAuth
GameCenterAuth copied to clipboard
Update generateIdentityVerificationSignatureWithCompletionHandler[deprecated] to fetchItemsForIdentityVerificationSignature
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?
Its described in the Readme.md
Hey @phantomsom , I faced the same problem as you ...
Have you managed to change the function "generateIdentityVerificationSignature(completionHandler:)" to "fetchItems(forIdentityVerificationSignature:)" in the Xcode?
If you still have the updated repository, can you please share it? I would be very grateful to you!
Hey @phantomsom , I faced the same problem as you ...
Have you managed to change the function "generateIdentityVerificationSignature(completionHandler:)" to "fetchItems(forIdentityVerificationSignature:)" in the Xcode?
If you still have the updated repository, can you please share it? I would be very grateful to you!
Hello MonsieurBab,
So sorry, I have not done that yet. If I did I would've filed a pull request to desert-kun
So far, I've not found a big need to use the new function yet
Hey @phantomsom
I want to change "generateIdentityVerificationSignature(completionHandler:)" to "fetchItems(forIdentityVerificationSignature:)"
if you changed the code. can you please share it? :)