Showing posts with label release. Show all posts
Showing posts with label release. Show all posts

Thursday, 14 August 2014

Leaderboard nearly ready

I spent a long time this evening trying to work out why the next exciting development in Float wasn't working.
That next exciting development just happens to be an amazon GameCircle leaderboard. You'll see from the screen shot, I eventually had success.
The problem was that the GameCircle SDK was not initialising, and other than messages to "follow the developer instructions" there was little to go on. But gradually, I tracked down the cause. I promise I'll explain it simply:
I was getting an error that the api key was missing, even though I'd created my amazon security profile and generated my api key using the MD5 fingerprint from my android keystore... (i take back my promise by the way). The key was in the assets folder and all instructions had been followed.
However, I used the MD5 fingerprint from the keystore I use to sign my releases... But I was testing in an unsigned debug build. As I learned tonight these are not unsigned, but signed with a debug keystore. So when I set up a new api key, based on my debug builds, everything worked like magic, and my efforts the night before were suddenly worthwhile!
Still some work to do, but you can expect a new release in testing (google+ community "float beta testers") soon.

Friday, 8 August 2014

Responding to Critics

Following recent feedback, I've released a version 1.5.2 of Float for beta testing (if you are in the Float beta testing community). I expect this will be promoted to production release quite quickly. In the process of making this small change to the code I once again relied heavily on the terrific resource that is stackoverflow.com. I find myself using this platform for learning more than any other. I find it even more helpful than the main Android documentation over at developer.android.com

But I have one frustration... As I have not yet asked or answered a question on the site, I haven't been able to build any Reputation Points. This means I am ineligible for up-voting things. It's very strange to me that I've no way to show my gratitude to the invaluable help I get from the Site.

I Guess I'll just have to find a question to ask.