SDKBOX Play - iOS - Achievements

Hi! I can’t get the achievements to work properly. When I call sdkbox.PluginSdkboxPlay.loadAchievements(true), I get outdated data:

JS: onAchievementsLoaded trigger reload_forced:false json_achievements_info:[{“current_steps”:0,“id”:“achv.play.1”,“last_updated_timestamp”:0,“name”:“First Crash”,“replayable”:true,"

I know it’s out of date because I changed the configuration (appstoreconnect.apple.com) to Achievable More Than Once: No.

sdkbox.PluginSdkboxPlay.loadAchievements(true) will load achievements from apple server.

you got reload_forced:false when loadAchievements(true) , this is a bug, we will fix this.
Although reload_forced is false, it is actually taken from apple server when loadAchievements(true).

you can’t get updated data, maybe you need wait some times and try.

Thank you for your help!

I am also having trouble viewing the achievement banner / notification. Using incrementAchievement the status and steps of the achievement are updated, but the banner is never displayed.

achievement banner?

incrementAchievement will eventually invoke Achievement::incrementimmediate.