@iPruch wrote:
Hello,
I just integrated the
PluginSdkboxPlay
in my app. I followed and did all the previous steps (creating leaderboards, achievements, and filling every needed info in the Google Play Developer Console), and now I'm testing the implementation.For example, this line should unlock a non-incremental achievement:
sdkbox::PluginSdkboxPlay::unlockAchievement("achievement1");
It worked (I entered the achievements view of Google Play Games to check that the achievement was unlocked), but no popup or toast message showed up to notify me that I unlocked the achievement.
I've read the documentation several times, and the only thing related to it is this line on the
sdkbox_config.json
example:
"show_achievement_notification": true
After uninstalling and reinstalling my game with that option to true, it worked. The problem is that this option that doesn't appear on LiveOps:
![]()
And then, when the game downloads the
sdkbox_config.json
from the LiveOps cloud, achievements notifications disappear again because there is noshow_achievement_notification
option.Are you planning to update LiveOps to show this option?
Thank you!
Posts: 4
Participants: 2