"My game seems to download repeatedly" - we have a bug in our cache invalidation, which I am fixing right now. Fix should be ready in an hour.
What happened is this - we fail to invalidate cache for non-published games, so when developer re-submits …
This issue is not related to game key (DER). This is a newly added APK certificate check (META-INF/CERT.{RSA,DSA}) to make sure it hasn't changed between versions. Otherwise your new versions will not be recognized by OUYA as an update, but rather a…
Backend dev here. Fix is coming in a few minutes. APK validation was only looking for standard certificate file names: CERT.RSA and CERT.DSA totally missing non-standard names.
Markus, I added the signature to clarify who I am :)
This bug has been recorded for our framework team to validate and fix. I don't see any problems with our backend here.
No, this is a framework only response. It even has error code in a different range. It should be totally transparent to the game. Game makes a purchase or requests list of purchases, gamer key expired, framework requests another one, caches it, re-i…
Markus, it's not a real error. It should be handled by the framework and not affect you.
Server requires certain requests to be encrypted using auto-generated session key (on top of ssl), known as 'Gamer Key'. This key has a TTL. Once it expires, it…
Allan,
see if you can hit this url https://d31pno3ktcq63f.cloudfront.net/assets/application-c7603cd0ffbc9a60629d6b1e338645a5.js
If not, this is what's causing '$ is not defined'.
@Clowen, you're totally right, this is a known non-fatal error. Launcher tries to pull game's icon and title from the server and fails because this app uuid is not registered.