【发布时间】:2016-07-02 02:13:03
【问题描述】:
什么是获取苹果公钥的url?
这个不行:https://sandbox.gc.apple.com/public-key/gc-sb-2.cer
我只找到了这样的 url 由客户端本身传递的示例:
How to authenticate the GKLocalPlayer on my 'third party server'?
- 将 publicKeyURL、签名、盐和时间戳参数发送到用于身份验证的第三方服务器。
- 使用第三方服务器上的 publicKeyURL 下载公钥。
出于安全原因,我当然不能使用它。
【问题讨论】:
标签: ios security authentication game-center