こちらのサイトを参考にGameCenterを試そうとしているのですがうまくいきません。
GameCenterを使ってみたいのですが認識されず困っています。
Siging & CapabilityesのところでGameCenterを追加したのですがダメでした。
コード
以下のコードでボタンをタップした時にログインの画面を出そうとしているのですが出ない状況です。
let player = GKLocalPlayer.local player.authenticateHandler = {(viewController, error) -> Void in if viewController != nil { self.present(viewController!, animated: true, completion: nil) } else { print("viewController is nil") } }
あなたの回答
tips
プレビュー