GameCenterAuth icon indicating copy to clipboard operation
GameCenterAuth copied to clipboard

Update generateIdentityVerificationSignatureWithCompletionHandler[deprecated] to fetchItemsForIdentityVerificationSignature

Open phantomsom opened this issue 4 years ago • 4 comments

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?

phantomsom avatar Jun 24 '20 15:06 phantomsom

Its described in the Readme.md

desertkun avatar Jun 26 '20 09:06 desertkun

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!

monsieurbab avatar Sep 22 '20 18:09 monsieurbab

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

phantomsom avatar Sep 29 '20 14:09 phantomsom

Hey @phantomsom

I want to change "generateIdentityVerificationSignature(completionHandler:)" to "fetchItems(forIdentityVerificationSignature:)"

if you changed the code. can you please share it? :)

pkmpkm1992 avatar Jan 06 '21 05:01 pkmpkm1992