所以我将我的成就设置为:
int currentPercentage = ... // Work out current percentage of progression to update too
[[OFAchievement achievement: ACHIEVEMENT_ID] updateProgressionComplete: currentPercentage andShowNotification: YES];
但是无论如何可以从 OF 服务器获取 currentProgression 吗?
知道这一点很有用,因此我可以按百分比更新进度,而不是在本地存储值来执行此操作。
谢谢