What is an url to obtain Apple public key?
This one doesn't work: https://sandbox.gc.apple.com/public-key/gc-sb-2.cer
I found only examples where such url is passed by a client itself:
How to authenticate the GKLocalPlayer on my 'third party server'?
Which is the way it's documented: https://developer.apple.com/library/ios/documentation/GameKit/Reference/GKLocalPlayer_Ref/index.html#//apple_ref/doc/uid/TP40009587-CH1-SW25
- Send the publicKeyURL, signature, salt, and timestamp parameters to the third party server used for authentication.
- Use the publicKeyURL on the third party server to download the public key.
Of course I can't use it because of security reasons.