OFHighScoreService 未在此范围内声明

发布于 2024-08-16 06:15:39 字数 601 浏览 4 评论 0原文

我集成了 OpenFeint,在我的应用程序启动时进行编译和启动。按照 OF 网站说明进行操作:

  1. 从开发者门户向您的应用程序添加排行榜。
  2. 请注意新排行榜的唯一标识符。
  In your application, submit the player’s score like this

    [OFHighScoreService setHighScore: scoreGoesHere forLeaderboard:@"leaderboard_id_string" onSuccess:OFDelegate() onFailure:OFDelegate()];

当我调用此方法时:

[OFHighScoreService setHighScore:scores forLeaderboard:@"112033" onSuccess:OFDelegate() onFailure:OFDelegate()];

我收到错误:“OFHighScoreService”未在此范围内声明。我不知道该怎么做 - 我尝试导入 OFHighScore.h 但这不起作用。我需要添加高分代表吗?

I have OpenFeint integrated, compiling and launching when my app launches. Following the OF website instructions of:

  1. Add a leaderboard to your application from the Developer Portal.
  2. Note the Unique Identifier of your new leaderboard.
  In your application, submit the player’s score like this

    [OFHighScoreService setHighScore: scoreGoesHere forLeaderboard:@"leaderboard_id_string" onSuccess:OFDelegate() onFailure:OFDelegate()];

When I call this:

[OFHighScoreService setHighScore:scores forLeaderboard:@"112033" onSuccess:OFDelegate() onFailure:OFDelegate()];

I get an error: 'OFHighScoreService' was not declared in this scope. I'm not sure what to do - I tried importing OFHighScore.h but that didn't work. Do I need to add a highscore delegate?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我为君王 2024-08-23 06:15:39

哦。必须包含 OFHighScoreService.h。匆忙中,刚刚看到了OFHighScore。

Doh. Had to include OFHighScoreService.h. In a rush and just saw OFHighScore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文