0

I'm trying to implement a leaderboard in one of my games using swift and I know that my code for implementing the leaderboard is correct, but I'm not sure how to write the leaderboard ID. The ID I created is FRHS1. Should I use "FRHS1", "com.______.FRHS1" or the number that iTunes Connect assigned, which is "55341796".

Thanks!

4

1 回答 1

0

您可以选择任意(唯一)字符串作为排行榜 ID,并在 iTunes Connect 中分配它们。我的看起来像这样:leaderboard.identifier = "com.domain.app.leaderboard"

在此处输入图像描述

于 2015-03-06T06:14:27.657 回答