Apple iPhone 3G Sold Out, Signals New Phone at WWDC

Tonight I check the Apple Store and noticed that the iPhone 3G is no longer an item that can be purchased. The picture below shows that device is around, but no Select button under the picture of the device like the iPhone 3GS to the right.

Apple Store, no iPhone 3G to order

And for AT&T, they only have refurbished iPhones left to order at $49.99 If there was ever a time to purchase an iPhone on the cheap and you don’t mind an older 3G model, this may be your chance. In the picture below, you’ll see perhaps the lowest price for a new, but refurbished iPhone 3G.

AT&T sells iPhone 3G at $49

The third and last piece of evidence is Best Buy. Just like the AT&T Wireless site, they too are selling the Apple iPhone 3G 8Gb refurbished for $49.99. Funny that in the picture below, it shows the Regular Price at $499.99!

Best Buy sells iPhone 3G at $49

So what else does this mean? Tomorrow is Apple’s WWDC (WorldWide Developers Conference). It is highly expected that Apple will announce the next generation iPhone. These two signs online, both at the Apple Store and the AT&T Wireless site, are two more signs that the next iPhone is coming.

Related Posts:
  1. Apple WWDC 2009 Network Parties...

  2. December, Apple and iPhone...

  3. Apple iPhone-iTunes Syncing Recovery...

  4. Apple WWDC Keynote – loopt...

  5. Twitter, SMS, iPhone and Apple WWDC...

View Comments to “Apple iPhone 3G Sold Out, Signals New Phone at WWDC”

  1. [...] Follow this link: Apple iPhone 3G Sold Out, Signals New Phone at WWDC | Mobileslate [...]

  2. [...] This post was mentioned on Twitter by Eric Chan, iPayStation. iPayStation said: RT @mobileslate: New Post: Apple iPhone 3G Sold Out, Signals New Phone at WWDC http://bit.ly/9Euj2J [...]

blog comments powered by Disqus
google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);