Skip to main content

Apple fined record $1.2B in France over anti-competitive sales practices

The wheels of the regulatory machine continue to turn, and today Apple, along with two of its wholesale partners, was dealt a major blow in France over antitrust violations, by receiving the biggest-ever fine levelled against a business over anti-competitive practices and “sterilizing the market” for Apple products, specifically as they are sold across a range of Apple Stores, large “big box” retailers and smaller, independent resellers.

Apple, along with its wholesale distribution partners Ingram Micro and Tech Data, have been accused and fined by the French competition authority (Autorité de la Concurrence), over operating a cartel — affecting pricing and who could sell products — for virtually all Apple products including computers and tablets, but not the iPhone (which is often sold via mobile phone distributors and carriers). Apple is being ordered to pay up €1.1 billion ($1.2 billion), while Tech Data was fined €76.1 million and Ingram Micro €62.9 million in the fine. 

Together, the three have achieved the dubious distinction of getting the highest-ever fine for anti-competitive sales tactics.

“During this case, the Authority deciphered the very specific practices that had been implemented by Apple for the distribution of its products in France (excluding Iphones), such as the iPad,” said Isabelle de Silva, President of the French Competition Authority, in a statement. “Given the strong impact of these practices on competition in the distribution of Apple products via Apple premium resellers, the Authority imposes the highest penalty ever pronounced in a case (€1.24 billion). It is also the heaviest sanction pronounced against an economic player, in this case Apple (1.1 billion euros), whose extraordinary dimension has been duly taken into account. Finally, the Authority considered that, in the present case, Apple had committed an abuse of economic dependence on its premium retailers, a practice which the Authority considers to be particularly serious ”.

We have contacted Apple for a response and will update this post as we learn more.

The announcement follows reports last week that the fine was forthcoming, and caps off years of work: investigations into the case started as far back as 2012, in the wake of the collapse of Apple’s biggest seller in France, eBizcuss, in 2011, and a subsequent lawsuit filed by the company accusing Apple of starving it of inventory after its CEO publicly accused the company of unfair price competition. Litigation related to that case ended in 2017.

At issue in the case are the three kinds of resellers that typically distribute Apple-branded technology: large retailers (such as mega-supermarkets and big-box retailers), of which there are about 1,800 in France; smaller resellers that tend to be independent businesses that also provide services alongside sales (these tend not to be the norm in the US but are still common in Europe, albeit less so in countries like the UK); and Apple itself, by way of its Apple Stores online and in shopping areas. Apple issues “authorised” and “premium” badges to its resellers, giving the latter special access to products and services provided they play by more specific rules in how they sell and price items. It’s this latter category that has been at issue in this case. EBizcuss was an example of the latter.

The competition commissioner noted that Apple and its partners violated three specific areas:

— Apple and the two wholesalers agreed not to compete with each other and also to prevent other distributors to compete on price, “thereby sterilizing the wholesale market for Apple products.”

— Secondly, premium distributors were forced to keep prices high to keep them at the same level as those of integrated distributors.

— Third, Apple has “abused the economic dependence” of these premium distributors, by subjecting them to unfair and unfavorable commercial conditions compared to its network of integrated distributors. (These last two points relate specifically to the accusations eBizcuss had lodged against the company.)

The commission notes that Apple’s actions resulted in “supply difficulties, discriminatory treatment, unstable conditions of remuneration for their activity (discounts and in progress),” which in turn had an effect on squeezing their margins.

“The Authority thus noted that, during the launch of new products, the APRs were deprived of stocks so that they could not respond to orders placed with them, while the network of Apple Stores and retailers was regularly supplied. This has resulted in a loss of customers, including regular customers. They have even sometimes been forced, to respond to an order, to source themselves from other distribution channels, for example by ordering themselves directly from an Apple Store as an end customer would have done in order to to supply their customers.”

While Apple may try to appeal the fine, what will be most interesting to see is how and if the actions affect how the company’s products are priced going forward. Apple has long cultivated a premium image with higher prices than many others on comparable consumer electronics. While it has always been essential to the company to have a wide distribution network, that’s clearly had the effect of making it harder for it to control premium pricing, one reason why it has made such a big push to expand its own direct retail operation. The case in France highlights the generational shift that’s been taking place for years, and while it may be a thorn in Apple’s side, I can’t help but wonder if it will simply signal the company moving even more aggressively to continue bringing more of its sales under its own roof.



from TechCrunch https://ift.tt/39TqrQB

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...