Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个游戏,其中我使用 Apple 的服务结合我自己的服务器,我想获取本地用户的电子邮件信息和昵称
昵称(别名)可以通过使用获得
GKLocalPlayer *localPlayer = [GKLocalPlayer localPlayer];
接着
NSSTring *userName = [localPlayer alias];
就是这样,我不确定您是否应该在未经他们同意的情况下获取用户的电子邮件并将其缓存在您的服务器上,我什至不确定苹果是否会发出用户电子邮件。
我会这样做的唯一方法是使用警报向用户询问电子邮件!