iPhone SDK May Be 1-3 Weeks Late 157
tuxeater123 writes "According to a blog posting at BusinessWeek.com, the iPhone SDK could be pushed back by another 1-3 weeks. Unfortunately, the evidence provided, such as the media announcements that are usually made before most Apple releases, suggests that this may indeed be true. Apple usually sticks to their announced deadlines, however they have been known to break them occasionally."
Apple just wants (Score:2, Interesting)
Re: (Score:2)
The hard bit isn't itunes, it's the rest of the application.
Re: (Score:2)
The hard bit isn't the iphone, it's the rest of the application.
Security (Score:2, Interesting)
A good friend of mine lives in the Philippines, where expensive cellphones are status symbols. In 1996, when I was paying her a visit, she had the latest, fanciest Nokia. It got a virus, and the virus started sending hundreds of X-rated advertising MMS messages to everyone she knew. It was both embarrassing and expensive, since the phone companies over there charge for each individual message.
Fortun
Re: (Score:3, Informative)
Right, because every [microsoft.com] other [s60.com] platform [blackberry.com] that lets you run your own applications has been subject to malware that has actually existed in the wild, right?
Oh, what? They haven't?
Sorry to say, but this story smells apocryphal, given that you explicitly mention she had a "high-end" Nokia, which would be running S60. No S60 "viruses" ever existed that sent MMS messages. If you can find one and identify it, I'd be interested in seeing it. The only S60 viruses that have ever been shown to exist in the wild propaga [ukonline.co.uk]
Re:Security (Score:4, Insightful)
Here's your proof that this virus exists:
http://www.f-secure.com/v-descs/commwarrior.shtml [f-secure.com]
You are clearly wrong that no phone virus causing monetary harm has ever existed. MMS messages cost money to send. This virus sent hundreds of them. I will admit I only have her word that the virus caused her a $300 phone bill. But I believe MMS messages cost about two Philippine pesos (at the time $ 0.20) to send. When she discovered the problem, her phone was continuously sluggish and so I have no problem thinking she might have sent a thousand or so messages, so close to $300 in MMS.
I am not an expert about virus propagation, but I suspect you need millions of users for it to be financially worthwhile to write a virus. Nokia/Symbian does have that critical mass. I do not believe there are enough jailbroken iPhones to be a sufficiently fertile market for a virus, but if you could do it on all iPhones it might be. Furthermore, if you jailbreak you iPhone, you and not Apple are responsible for your acts. So you could get a virus on your phone but Apple would not be liable in any way.
Curiously enough, the iPhone's third party software development is done through a model surprisingly similar to what we expect Apple to do. Installer.app is a centralized repository for iPhone software. I would certainly assume that if someone added a virus to installer.app's list of software it would be rapidly removed and the developer blacklisted. Most people are relying on installer.app instead of searching the Internet for software.
While the existing mechanism is probably very safe, I think Apple is right in being concerned about viruses,especially as adding software to the iPhone spreads from what is probably a community of a few hundred thouand at most to a community of millions.
Hope that was of interest.
D
Re: (Score:2)
A slip of the finger.
The described incident occureed in 2006.
Sorry about that.
D
That's terrible! (Score:5, Funny)
Most pointless statement ever? (Score:5, Funny)
Slashdot article summaries usually are shock full of valuable comment, however they have been known to be totally pointless.
Re: (Score:3, Insightful)
Actually, and speaking as a developer for both Windows and Mac (http://www.pando.com, check it out!), ever since Mac OS X came out Apple has a very good track record for hitting deadlines. Release
1-3 weeks late? (Score:2)
Re:1-3 weeks late? (Score:5, Informative)
Re:1-3 weeks late? (Score:5, Insightful)
So you're insinuating that Apple withheld releasing a proper SDK when the iPhone launched because they purposefully wanted to stunt the platform?
Did it ever cross your mind that maybe the API for mobile OSX 1.0 might have been last priority behind everything else that had to be done to get a 1.0 product out the door? Talk to any iPhone app developer and they will tell you the same thing - iPhone 1.0 looks pretty darn good on the surface, but under the hood its quite ragged as the developers were obviously under pressure to meet a deadline.
Re:1-3 weeks late? (Score:5, Informative)
I'm an iPhone app developer. The API is actually pretty nice "under the surface". UIKit is a lean-and-mean version of Cocoa, and behaves just like it in most respects. Being able to write Leopard-style ObjC on a device that goes in your pocket is frankly awesome. Unless you have *specific* examples of this "ragged" nature, I'm just gonna call bullshit on your entire comment, and leave it at that.
Now a proper SDK will be a step forward, no doubt, but that's because we'll get things like named-constants rather than use 0x02 to specify values. Classdump, which is how the API was recovered, can only give you the method signatures and names. We'll also get the official C compiler, not one that works 98% of the time, real debugging, and perhaps even a simulator built into XCode, so you don't have to deploy to a target device in order to test the code. Oh yeah, and I'd expect to see some documentation too...
Lacking any of these things doesn't point to it being "ragged" architecturally, every single point is a consequence of the hacks that were required to get *any* development going on the iPhone. Apple don't have that problem...
Simon.
Re:1-3 weeks late? (Score:4, Interesting)
How about the fact that everything (on 1.0) runs as root?
Root is *GOOD* (Score:4, Interesting)
Being unable to run as root is where problems occur for developers. Behold the market for Nokia S60 v3 smartphone software. Half of the most popular apps are written by Nokia, because everyone else is busy jumping through flaming hoops to get their apps signed. The process is so damned bureaucratic, innovation freezes, developers loose interest in frustration, and Nokia ends up developing most of what little appears on the platform. Worse yet, the stated goal of providing security through signing is obvious bullshit when signed spyware [theregister.co.uk] starts popping up. It's all about Nokia controlling who gets signed and who gets to compete.
You're root comment is a user security issue and has NOTHING to do with the availability of an SDK. If iPhone is unable to run at different user levels it is NOT Mac OS X, because user levels are a fundamental property of any *nix OS.
Macintosh computers aren't riddled with viruses and security breaches, what makes you think Macintosh phones would be any different? If Apple's SDK "solution" is to sign apps instead of fixing their obviously broke ass permission system, then their SDK will be useless anyway just like their other iPhone "SDK." If Apple can't provide a hand held platform as open to developers as their desktop systems, then they will join the long list of companies that failed to revolutionize the mobile market.
Right now they're blowing it, just like they blew it with the Macintosh two decades ago. I wouldn't be so upset about it if I wasn't such a huge fan of the company.
Re: (Score:2)
You don't know much about web dev I guess (Score:3, Insightful)
You. and everyone else that says that web development over GPRS (EDGE) ignores the whole point of what makes javascript based web dev so powerful - it greatly reduces traffic by only loading new data, not refreshing the whole page.
Web dev over GPRS is MORE practical that straight HTML as it makes everything go faster and use less bandwidth.
There are many things that are better to do as n
Re: (Score:3, Informative)
Without AJAX the apps would basically be useless, now they're just merely ridiculously slow, especially if you haven't recently been using data. The time spent waiting for Safari to load, then for EDGE to activate, then the hostname to resolve, then the page to load, is all not insignificant, especially when compared to j
Re: (Score:2)
True web apps are not the same as real applications but neither was the idea as pointless as you would seem to imply. I use EDGE all the time for many web uses, both AJAX and non, and it wo
Re: (Score:2)
Re: (Score:3, Interesting)
Lack of signal breaks the web application.
Whether because of poor coverage, network trouble or signal interference, loosing access to apps on a device in your hand because of network issues SUCKS. For example, I tried to use a shopping-list web application, but discovered it was useless because
Re: (Score:2)
I agree with all the points you made about web apps, but this last point really is not much better for web apps than native - both can choose to receive only pertinent data
Interesting (Score:4, Interesting)
Re:Interesting (Score:5, Insightful)
It's interesting that everyone takes for granted that "getting from iTunes and then syncing it over" will be the only way to get apps. It's likely to be one of the ways, but Apple has revealed nothing. It's all speculation so far.
They already host downloadable Dashboard widgets and provide links to all sorts of software on their site and host the world's biggest podcast directory at no fee for anyone, producers or users. I don't see how helping to host applications that could solve every non-hardware related aspect ("3G!") of their product would be *bad* for them, even if some of those applications were free.
I expect to see some way that Apple will help people sell their apps if they do end up with some sort of iTunes app store, but one approach doesn't rule out the other, especially since it likely won't be that easy to get access to their payment/transaction system.
Re:Interesting (Score:4, Insightful)
From that we know that applications will be signed.. which means some kind of approval method, and its associated cost. No great surprise there - all mobile platforms have something like it. Whereas you *could* distribute an approved app for free you'd be paying apple for the privilege.
Presumably users will be able to sign their own apps limited to one phone with the SDK (development would be a bit hard without it.. simulators still aren't real hardware and nobody in their right mind would release an app that hadn't had real world testng), which means if you want to distribute 'free' apps then there's the extra step of getting end users to sign it themselves.
It comes down to the SDK - if that's free then distributing free software will continue with the extra step of signing those apps yourself. If it costs money it'll kill free distribution because there won't be enough users who will pay money simply to get free stuff.. they'll pay the fees to itunes instead.
Re:Interesting (Score:5, Insightful)
The iPod touch update was curious - the apps were already in the new firmware, and the update just "unlocked" them. (The update weighs in at 9 KB.) Since people won't get to download new firmware every time they get an app, this doesn't confirm much, although I agree that it was probably a dry run of some component in the whole scheme, most likely signing.
Re: (Score:2)
Re: (Score:2)
Could be another SOX thing.
After all, if they added applications ("features") to the iPod Touch in the new update, then they couldn't have accounted for a
Re: (Score:2)
If the update is to be seen as a dry run, I still think it's curious since most of this process is not at all how applications will be delivered with the SDK. (I know as little as anyone, but I have a very hard time imagining new firmwares for delivering third party software.) And my takeaway from this is that the update was not a dry run, or a dry run of a
Re: (Score:2)
Payment for one is not payment for all (Score:3, Informative)
My guess is that you'll probably be required to be a paid ADC member (~$500) to warrant delivery of apps via iTunes.
That says nothing however, about how much you have to charge for applications...
Never Had a Signing Problem (Score:2)
My phone (Spring Mogul AKA HTC Titan/Hermes) is a Windows CE device. I've yet to find a single native application that I can't install on the device because of some problem signing it. In fact, it's only with the Java sub-system that I run into these kind of issues.
Re: (Score:2)
applications will be signed.. which means some kind of approval method, and its associated cost. No great surprise there - all mobile platforms have something like it
My phone (Spring Mogul AKA HTC Titan/Hermes) is a Windows CE device. I've yet to find a single native application that I can't install on the device because of some problem signing it. In fact, it's only with the Java sub-system that I run into these kind of issues.
Same is true of my HTC Apachee (aka. PPC-6700). By default IIRC, on my particular carrier's firmware there was some sort of warning when installing unsigned apps, but disabling it was entirely possible, and not terribly difficult. My experience with a Palm-pased phone indicated no aplication-signing system. On the other hand, my understanding is that a few phone platforms may require signing, but I have no experience with this, and may be wrong.
Re: (Score:3, Insightful)
GPL incompatible? (Score:2, Insightful)
Re: (Score:2)
It's usually pretty hard to set up an operating system such that running a GPL application on top of it is a violation of the GPL, but that seems to be what you're concerned about. Care to elaborate about how that might work?
Re: (Score:2)
So the question is, what restrictions on self-signing code or on installation of unsigned code are in the iPhone SDK and the iPhone operating system. Tho
Re: (Score:2)
Re: (Score:2)
I am not sure requiring the recipient to acquire their own key meets the letter of the GPL3.
the only problem would be elements of the SDK not being GNU (as the compiler is still GCC).
Oh, that at least wouldn't be an issue, because those are components of the iPhone operating system, and there is an explicit cutout in the GPL for that.
Re: (Score:2)
How is that insightful? That would preclude devel (Score:2)
That doesn't make any sense. You are claiming that developers would not be able to test apps on a real phone (thier own) before release. No way is that going to be the case.
If people can download and compile apps they sign in development mode to run on their own phone, that does not in any way preclude the GPL. Heck, even if what you said was tru
Re: (Score:2, Insightful)
Re: (Score:2, Informative)
I don't see why they wouldn't. iTunes already has free content such as podcasts, and Apple hosts a lot of free software at their OS X download site.
http://www.apple.com/downloads/ [apple.com]
Re: (Score:2)
Re: (Score:2)
And what exactly is your basis for thinking that? Podcasts are free and done through iTunes. Do you have an inside source or something?
Re: (Score:3, Insightful)
Pointless? (Score:3, Interesting)
Re: (Score:3, Insightful)
Re: (Score:3, Insightful)
Sometimes pragmatism wins.
Re:Pointless? (Score:5, Informative)
Any cheap old phone can run Opera Mini [operamini.com]. I too was annoyed by the poor quality of my phone's built in browser, but now I never have any trouble. It even has features like server-side downscaling of image sizes, thus reducing download times (and costs) - so even if your phone does have a decent browser, it's worth a look.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
I might make compromises for a cheap phone, but not for one that's way more expensive! I just don't get it.
Re: (Score:2)
Sure, some functionality I don't care about is gone, but what's actually there is better.
Re: (Score:2)
Because the person I'm sending it to doesn't have a computer/Internet connection chained to his ankle, but he does have his phone on him?
but what's actually there is better.
I'd rather have the choice of both.
(Can the iphone at least receive MMS at least? Or does it not even do that?)
Re: (Score:2)
[snotty_iphone_owner]...and his phone can't receive photos as email attachments? What a POS.[/snotty_iphone_owner]
Damned if I know. Damned if I care. Never received or sent a single MMS message since I bought my first cell phone in '99 or so.
Remember, I'm talking about the phone that's best for me, not the phone that's best for you.
Re: (Score:2, Insightful)
Do you think the Nintendo Wii has a decent web browser?
I find it unbearably frustrating to use -- and that's Opera running with a much bigger screen at a higher resolution with a much higher-bandwidth input device than what your average phone provides. So call me a snob when it comes to my web browsers -- but the iPhone's browser doesn't make me want to throw the device at a wall, and in that regard it's the first decent mobile web browser I've touched.
Look -- Opera Mobile may be g
Re: (Score:2)
Re: (Score:2)
I don't doubt that Opera Mini is great on your phone -- but I also don't doubt that you're seeing it through the lens of your own expectations.
Developers, developers, developers (Score:5, Interesting)
Thousands of developers are already writing code for Google's Android platform because Google released the API early, even before they released a device. By the time Apple releases their SDK, Google will already be ahead of them in the numbers of developers experienced with their API. I wish Apple could understand the enormous competitive disadvantage they are putting themselves in.
I would LOVE their disadvantage (Score:5, Insightful)
They managed to break records with a phone that lacked many features people have come to accept as standard, with a horrible choice of plans/carriers at a premium price.
Nobody at all seemed to care about the lack of 3rd party apps on it when they handed over their cash for the device. They broke into the cellphone market with just 1 product in record time and you say they got the disadvantage?
Android may do even better BUT it will do in a totally different way. First off there will be NO google phone. Android is closer to Symbian or even MS Mobile OS (whatever they renamed it to this month) then the iPhone. With the iPhone you bought a Apple product, with Android you will buy a phone from any number of phone makers that just happens to run a software suit in which Google had a hand in the development.
Their most likely won't be a google branded phone and none of the others have enough status to sell a phone just because their logo is on it.
Android and the iPhone are completly different products and Apple doesn't need to worry about the same things Google has too. I might buy an Android phone for its openess, but I think absolutly nobody bought an iPhone for any similar concerns. It would be like saying that Ferrari needs to publish the specs for their new car early so 3rd parties can develop roof racks and child seats for it early. Sorry, Ferrari and the people who buy them could care less about that.
Re: (Score:2)
Eh, you mean like a classic car? (Score:3, Insightful)
Do you have any idea exactly what a classic Ferrari goes for, a car with no ABS, no traction control, no airbags, no radio etc etc etc? Yes it probably does have windshield wipers, I give you that.
In fact for these kind of car nuts the LACK of these features is the attraction.
different markets, why do people find that so hard to accept? Android and the iPhone are designed for different customers.
Do you really think that anybody at Ferrari or any of their customers CARE that you can't go into the local ca
Re: (Score:2)
Re: (Score:3)
And it has plenty of merits -- namely, a WebKit-based browser with a multitouch interface, and a multitouch-centric Google Maps interface. Those two features do it for me -- I've been waiting for years for a phone-based web browser that doesn't suck (and as
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
When reading a map, I don't turn off my brain.
So -- if I have a set of directions starting from a slightly inaccurate starting point, I look at my environment, I look at the map, I figure out where I'm really at, determine how the given directions need to be modified, and get to driving. It's not as good as the real thing, sure -- but it works well enough to stop me from needing a dedicated GPS unit, and that's good enough. If it saves
Re: (Score:3, Informative)
I don't understand the fetish for turn-by-turn GPS directions. I guess it's because I can read maps and have a sense of direction. Last night I looked up my friend's address on my iPhone. I used the map to figure out where to get off the freeway and what side streets I needed to use to get there. The Google Maps location finder is pretty accurate in the cities I've tried it in and at least let me kn
Re: (Score:2)
It seems that when it can combine the Cell and WiFi scan results that accuracy picks up greatly. WIthout WiFi you only get the wider approximations of location.
As a previous poster pointed out though, it tends to give a close enough approximation that you can use it.
Consumer Preference (Score:2)
Is a pretty big merit in and of itself. It's important not to construct a whole value system around openness without considering that; software is a tool, not some form of moral action.
iPhones aren't vert extensible, it is true, but consumers don't seem to mind. I think the lesson of the iPhone in this regard is that Java on cellphones isn't really a platform for development as much as it is a way for the cellphone manufacturers to offload their own work on other developers. Want a good web browser or s
Re: (Score:2)
In fact for these kind of car nuts the LACK of these features is the attraction.
No, the attraction is that there were only hundreds and in some rare cases maybe single-digit thousands built. Scarcity, not simplicity.
Re: (Score:3, Insightful)
Re: (Score:2)
As far as the features go, this is how apple has always operated. Early computers did not have a parallel port. New computers only have a few USB ports. No Apple has a built in card reader. No Apple
JavaME (Score:3)
Martin
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
And even with the money I paid to get access to the Leopard pre-release API, I was still banned from asking fellow developers on mailing lists questions about any parts of the pre-release API in question. People on the cocoa-dev list who might have a question about some finer point of NSDictionaryController would routinely get a "Beware of Leopard" nastygram from the moderators. This is the archetypical example of "keeping developers in the dark" I'm talking about.
Co
Misleading comment (Score:2)
But what *you* mean is that they don't want their thunder stolen be
Re: (Score:3, Insightful)
Writing code for a pre-release, beta or pushed-out-too-early API is just one of the things that shows immature coding practices. When the API changes, you'll do what? Refactor? No, you won't, you will patch it up, put in a hack here and a workaround there.
I much prefer the mature code written by mature people that I've come to experience on OS X. Yes, Apple is le
Re: (Score:2)
It's sad that crap like this, which is just plain wrong, can get moderated up to +5.
Apple has always been very open with their APIs. Just go to developer.apple.com [apple.com] and look. You don't even have to register to get the documentation.
Want the entire QuickTime file format specifica
I think that's his point (Score:3, Insightful)
In the case of mobile smart phones, Windows Mobile and Symbian are the major competitors (and both are much larger in terms of market share). Windows Mobile uses Microsoft's standard development tools, and has no special restrictions on software, there's lots of free stuff you can get your hands on. I don't know as much about Symbia
Re: (Score:3, Insightful)
I think it would be smart for apple to include Java into the iphone, it would give it a pretty level playing field with other devices.
Re: (Score:2)
Re: (Score:2)
Oh, that's good. So from where do I download the sources to Google Desktop?
Re: (Score:2)
Put it this way -- I know Palm's best days are behind them, but my nex
This is good... (Score:3, Funny)
closed platforms suck but... (Score:2, Insightful)
So true (Score:2)
Like you said, it's the first cell phone (even outside of smartphones) that doesn't piss me off. And there's a lot of practical value in that, no matter how nice they may look.
Re: (Score:2)
Is the SDK itself going to be free or cheap? (Score:2)
Re: (Score:3, Insightful)
Nicer try (Score:2)
Ahh... you did notice those were worldwide figures, right? We're talking about the US (for now).
Re: (Score:2)
So it's more of an Apple to Apple comparison then you think.
Oranges are still orange (Score:2)
The oranges are still quite juicy and sweet.
Your strawman just caught fire (Score:2)
I'd sure hate to buy into a market that was only in a few millions and seemingly unable to expand from there (you're the one claiming they can't sell new ones). That's a sure sign of weakness, and probably eventual failure (see: Palm).
Re: (Score:2)
Re: (Score:2)