Is there any tutorial in BP integration with android? I have tried to follow flappy bird as much as possible. But there is something is not working for me.
Here is a bit of what i am doing to know if anything see something wrong.
- My Game is in published state in Game Services.
- I have configured this on my project properties
- On my game instance when i initialize my game I create my local Data and read the leaderboard, after that I sync this leaderboard with my local data.
- On my main menu I try to show the Leaderboard on the click of one of the buttons
when I run the game nothing shows. What am I doing wrong?.