Using GGScore

I have decided to use GGScore in order to store the scores of users. I have looked through numerous resources online but I’m still having trouble. I have put in the lua file and created a board in my main file. When I test my game, it prints the default name and score I received in the console as I programed it to do but if I restart my app, none of the scores that I’ve attempted to previously save print to the console. My eventual goal is to have the user enter there name at the end of a round, store this information in a board with their score, and then save it to the disk. I would then like to have a separate page on the menu where a user can go to see their top 10 scores shown in a table view.