leecrossley / cordova-plugin-game-center

Cordova / PhoneGap Game Center Plugin for Apache Cordova >= 3.0.0
http://ilee.co.uk
78 stars 29 forks source link

Display all achievements #23

Closed SocialSupaCrew closed 10 years ago

SocialSupaCrew commented 10 years ago

Hi, the function getAchievements() only return me completed achievements. How can I get all the achievements even if they are not completed ? Thanks a lot.

leecrossley commented 10 years ago

getAchievements uses the method loadAchievementsWithCompletionHandler, which only return awarded achievements, there's not a setting for this.