BlackBerry Code Signing Server Outage
ThirdNormal writes "In a really painful move for most third party developers RIM's code signing servers have been down and having issues since the weekend started. This has caused a furor in the Blackberry Support Forum, and must surely exacerbate the defecting of developers from the Blackberry platform."
The outage was resolved earlier today. But yeah, it's a bit of a pissoff.
The easier you make it for people to develop on your platform, the better it will be.
Unless you're apple, then you can get away with anything it seems.
A unique way to learn a language: http://languageloom.com
DRM strikes again - and again and again and again...
"It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
All four remaining developers are considering switching to Android... oh, wait, if they're at all mindful of the future they're probably cross-compiling and porting everything anyway.
You are not very technical, are you?
Code signing is a malware protection feature, not HDCP.
I want Connie for sure. But where can I get them? I checked amazon and that's not at all what I need!
The most painful fact that is clear here on slashdot is the few that actually do care about this issue. I read all the articles that come up in my reader but OMG 8 or now 9 comments even on thes subject? That's gotta sting.
Android development is free.
Development includes testing, which requires buying hardware on which to test. The last time I checked, Android-powered devices on which to test software were by and large more expensive because they tended to be $500 cell phones rather than $250 media players. People recommend the Archos 43 Internet Tablet as an Android-powered alternative to the iPod touch 4, but it doesn't come with access to Android Market. People recommend the Samsung Galaxy Player, but it wasn't even available for me to buy when I checked last week.
Too suspicious to be a regular outage, I can't wait to hear about the security implications for this, was this the result of hack for the code signing servers? Sounds like a reasonable target given all the recent similar hacking targets!!!!
there are no dedicated development devices [for applications on the BlackBerry platform]. All devices can be used for development.
This is true of Android as well, but it doesn't need any sort of signature (other than perhaps a self-signature) to adb install a homemade program.
I must say that although I like Blackberry, but other FAILS and now this really disappoints me. And my customers. When people create sites like this:
http://isthesigningserverdown.com/beta/
then something is seriously wrong.
A short summery of the issue at hand: An application is divided into multiple files for over-the-air install. Each files is signed individually and might require signatures from more than one server, all depending on what APIs are in use. So at the moment I need 15-20 signatures per application per build, even a fairly low chance of an unserved request still makes the system fail as a whole. And if one type of server is down, 100% of builds fail.
According to this page, to create a debug token, one must first sign up for signing keys. According to this page, signing keys are without charge, but "Company" is marked as a required field in the form, which appears to imply that all developers must request keys on behalf of a company. Did RIM intend this to exclude individual hobbyists?