Apple's roll-out of its latest iPhones landed with a thud in China, the company's biggest foreign market, despite a new effort to court the country's consumers.

underwhelmed:感到乏味的,未留下深刻印象    roll-out:首展,推出    

In a signal of China's importance to Apple, the Cupertino, Calif., company held its first-ever launch event the country on Wednesday. But Chinese journalists present at the event, which featured no live speaker or new China-specific information, were underwhelmed.

The event got off to a rocky start, as a scrum of uninvited camera crews and reporters temporarily blocked the entrance to the elevator bank that led to Apple's offices in Beijing's eastern financial district -- a situation Zhang Lihua, a reporter with the Hangzhou Daily, called 'awkward.'

scrum:扭打,混乱    awkward:尴尬的,棘手的

'Lots of people were hopeful they could come take part, because this is the first event,' Ms. Zhang said.

Helen Liu, a journalist with Lifestyle Magazine, said she thought everyone wanted to have more direct communication with Apple. Instead, they were presented with a video of Apple's flagship event in Cupertino, which had concluded several hours earlier.

After the video, reporters were given a chance to play around with the company's newest products, the iPhone 5S and iPhone 5c, which Ms. Liu said would help enrich coverage in China. In particular she said she saw some features that were likely to grab the eye of Chinese consumers.

'All Asians like gold, so I think [the gold-colored iPhone 5S] will sell very well,' she said, adding the red iPhone 5c would also be popular due to the Chinese preference for the color, which signifies good fortune and happiness in addition to a certain political party.

Beijing Evening News reporter Jia Zhongshan said that he thought the iPhone 5c, available in a range of bright colors, would be popular among Chinese youth, but bemoaned the price of the supposedly more affordable device, which will be sold for 4,488 yuan ($733) in China.

bemoaned:惋惜,叹息    

The high price of the 5c, barely less than the 5,000 yuan it costs to buy an old iPhone 5, also went over poorly with Chinese social media users, many of whom had been expecting Apple to finally cater to the middle of the market.

'Getting an iPhone is like finding a girlfriend,' wrote one user of the Twitter-like Sina Weibo microblogging service. 'You go to find out after you [get out of university and] and start working -- it's not that they are out of products, it's just that the demands and price are very high.'

Other microbloggers were already sending out requests for traveling friends to help them buy the 5c in Hong Kong, where the phones are not subject to Chinese taxes and therefore sell more cheaply.

Part of the logic behind Apple bringing the iPhone to market more quickly in China this year, according to analysts, is to avoid some of the problems that have come with Chinese consumers buying products brought into China from other markets.

In what might be another symbol of Apple's falling status in the country, a long satirical portrayal of the product launch also spread around Weibo. The graphic, which takes images from the product launch and adds wry subtitles beneath, at one point implies that the fingerprint security function was designed for Chinese men to ensure their wives don't find out about the affairs they're having.

At another moment, the post mocks the colors Apple decided on for the iPhone 5S:

'China is the most important market for our company. You all know China has many rich and trashy people, so we made the iPhone 5S particularly in colors that would appeal to the rich and trashy,' read the fake subtitles underneath images of the three phones, with the new gold-colored phone at center.

trashy:垃圾的,碎屑的    

每日英语:China Underwhelmed After First Apple Event的更多相关文章

  1. 每日英语:4G in China: A bigger deal than the iPhone

    Forget the breathless coverage of China Mobile offering the iPhone for a moment. Yes, it's huge news ...

  2. 每日英语:Apple Unveils New iPads

    Apple Inc. 's answer to the increasingly cutthroat tablet-computer market: more product choices and ...

  3. 每日英语:U.S. Media Firms Stymied in China

    China's recent clampdown on foreign media is crimping the expansion plans of Western news organizati ...

  4. 每日英语:Robots To Revolutionize China

    A new worker's revolution is rising in China and it doesn't involve humans. With soaring wages and a ...

  5. 每日英语:Apple's Latest iPhone Puts Focus Back on Fingerprint Security

    Apple's latest product launch could breathe new life into a technology that failed to take hold the ...

  6. 每日英语:Why Are Items Pricier in China?

    In China, consumers pay nearly $1 more for a latte at Starbucks than their U.S. counterparts. A Cadi ...

  7. 每日英语:Vender Assault Shines Ugly Light on China's Urban Enforcers

    The sudden death of a street vendor in Hunan province on Wednesday provoked outrage chengguan, or ur ...

  8. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  9. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

随机推荐

  1. Servlet一(web基础学习笔记二十)

    一.Servlet简介 Servlet是sun公司提供的一门用于开发动态web资源的技术. Sun公司在其API中提供了一个servlet接口,用户若想用发一个动态web资源(即开发一个Java程序向 ...

  2. 算法笔记_192:历届试题 买不到的数目(Java)

    目录 1 问题描述 2 解决方案   1 问题描述 问题描述 小明开了一家糖果店.他别出心裁:把水果糖包成4颗一包和7颗一包的两种.糖果不能拆包卖. 小朋友来买糖的时候,他就用这两种包装来组合.当然有 ...

  3. Phpcms没有找到网址列表

    今天在搞phpcms的采集遇到了这个问题. 没有找到网址列表,请先进行网址采集. 百度,google了好久: 网上答案: 方案1 1.尝试清除 v9_collection_history 表里的内容 ...

  4. json(JavaScript Object Natation)学习

    Json必需的包: commons-httpclient-3.1.jar commons-lang-2.4.jar commons-logging-1.1.1.jar json-lib-2.2.3-j ...

  5. struts2接收参数的几种形式

    1.使用属性 HTML: <form action="login" method="post" name="form1"> 用户 ...

  6. 一个Linux下C线程池的实现

    什么时候需要创建线程池呢?简单的说,如果一个应用需要频繁的创建和销毁线程,而任务执行的时间又非常短,这样线程创建和销毁的带来的开销就不容忽视,这时也是线程池该出场的机会了.如果线程创建和销毁时间相比任 ...

  7. 转 selenium 自动下载文件

    #coding=utf-8from selenium import webdriver #实例化一个火狐配置文件fp = webdriver.FirefoxProfile() #设置各项参数,参数可以 ...

  8. IIS下浏览指定文件(如:web.config)

    具体步骤如下: 1.快捷键:Ctrl + R 2.输入:%windir%\System32\inetsrv\config\applicationHost.config 3.注销:fileExtensi ...

  9. RGB(FFFFFF)转255:255:255

    NSString *color = model.display_color; long colorLong = strtoul([color cStringUsingEncoding:NSUTF8St ...

  10. 后缀crt证书转换

    转换地址:https://www.chinassl.net/ssltools/convert-ssl.html 转换成功后点下载即可