Looking to see what the general consensus is on scoring when developing for multiple platforms.
As I have done almost exclusively Business apps and this is my first game. The mechanics, artwork, game play are all done except the scoring. I am currently keep score while you are playing but not storing it.
I plan on releasing to all the stores. Corona Cloud looks to be the answer but I am also looking at a function that looks at the device type… if it is iOS use Game Center if not use the Local save to text file using the ice library for instance.
Thoughts on this and what you fellow Corona devs are doing…?