I’m testing a few things out with the new Corona Cloud to get a feel for it and I started using the pre-existing Dashboard that comes with the example. Registration, Login, and Submitting Scores work. You would think that with using the same code as the example that the functionality should be the same.
I have the dashboard come up and I enter my email and pasword, hit Login and nothing happens. The dashboard doesn’t show. I can however close the Login form after hitting the Login button and play the game and a score submits. So it seems like it does a login but it doesn’t close the login form itself nor does it show the dashboard.
You would think using a simple line of code like this gameNetwork.show( “dashboard” ) wouldn’t cause different results.