logoalt Hacker News

whatever1today at 2:47 PM5 repliesview on HN

Apple never hid the fact that their apps work better on their devices. They have access to APIs that third parties do not have.

I don’t think it’s a bad thing necessarily.


Replies

intrasighttoday at 3:15 PM

I do think it's a bad thing and I believe the EU regulators agree.

There are whole classes of applications that are not possible unless low level device data is exposed via APIs.

And since Apple doesn't provide the apps, the apps won't exist until Apple creates them.

show 1 reply
Nevermarktoday at 3:19 PM

As has been evident in many spheres of human activity recently, being brazen about conflicts of interest, is often used as a PR shield for those conflicts.

Sometimes transparency and honesty get weaponized. Especially by actors with centralized power.

(Not arguing against transparency, but against misinterpreting it as always being used in good faith.)

deweytoday at 3:20 PM

What makes it a "bad thing" if competitors have equal access? May the best implementation win.

show 1 reply
groundzeros2015today at 3:11 PM

Isn’t the EU regulation specifically about this?

user43928today at 3:10 PM

I think it's bad.

You want to handle device rotation smoothly in your in-app browser?

Tough luck, WebKit's _beginAnimatedResizeWithUpdates is private, and only Apple gets to use it in Safari.

Good luck with the animation and scroll position handling. You better hope WkWebView's default behavior works for you, because you don't get to customize it and fix edge cases or the tab previews, like Apple did for their browser.