Apple says iPhones still available for sale in China

Customers look at Apple iPhone 6S models on display at an Apple Store in Beijing on Saturday (AP photo)

SAN FRANCISCO/BENGALURU — Apple Inc. said its iPhone 6 and 6 Plus were still available for sale in China after Beijing's intellectual property regulators barred their sales saying the designs had infringed a patent held by a Chinese company.

"We appealed an administrative order from a regional patent tribunal in Beijing last month and as a result the order has been stayed pending review by the Beijing IP Court," Apple said in a statement on Friday.

The notice, dated May 19, banning sales of certain iPhone models in Beijing was posted on a Chinese government website.

The Chinese market is vital to Apple, driving more of its sales than any other region outside the United States. But the tech giant has faced greater scrutiny there in recent months, with its online book and film services blocked by Chinese regulators earlier this year.

Apple historically had enjoyed favourable treatment in China, but Beijing's crackdown on the iPhone 6 and 6 Plus is a reminder that the tech giant is not immune to the scrutiny that other US tech firms have long faced in the country, said analyst Colin Gillis of BGC Partners.

"There's a variety of risks of having dependence on sales in China to Apple, and government intervention in whatever form is one of them," he said.

Last month, Apple announced that it would invest $1 billion in Chinese ride-hailing firm Didi Chuxing, a move that was widely viewed as an attempt to shore up relations in China.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });