this post was submitted on 18 Dec 2023
237 points (96.5% liked)

Technology

58137 readers
4485 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

US senators have urged the DOJ to probe Apple's alleged anti-competitive conduct against Beeper.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago (1 children)

Genuinely curious, what's the law against reverse engineering an API? I can maybe see the argument for charging for the service, but beeper mini is planning to integrate other services as well so I don't know if that'll really hold water.

[–] [email protected] 12 points 9 months ago (2 children)

They can reverse engineer it and run it as their own service with their own infrastructure. But that doesn't mean they can then start accessing Apple's implementation and using Apple's resources without permission.

[–] [email protected] 4 points 9 months ago (1 children)

If they function identically to a normal client though what's the issue? As an example Google indexes pages all over the web without the explicit permission of those websites, that requires them to read the page and make requests to someone else's infrastructure.

What part exactly here is illegal?

[–] [email protected] 8 points 9 months ago* (last edited 9 months ago)

The websites in question getting crawled and indexed are generally open and available for anyone to browse. There are parts of the web that are gated off and require authentication and authorization to access. Imagine now that Google found a way to authenticate as you with your bank's website and index your online banking portal. (It's not a perfect analogy to what's happening with Beeper, but I'm just using the one you laid out.)

In a similar way, iMessage as a service requires authentication and authorization to use. It is not open for anyone to use. Beeper is doing something to spoof or otherwise fool Apple into giving the client access. This is the part that's illegal. And potentially not just "file a lawsuit" illegal but criminally so.

It doesn't really matter why Apple doesn't want Beeper or anyone else to use it. The fact that they simply don't is all that matters.

[–] [email protected] -2 points 9 months ago (2 children)

What do you think an API is? They have reverse engineered the iMessage API and are using that to connect to the iMessage servers. It is literally impossible to do as you suggest (use entirely their own resources) because iMessage is centralized and cannot federate with any other server, even if one did exist.

[–] [email protected] 8 points 9 months ago* (last edited 9 months ago)

They are saying they could run their own competing iMessage.

Of course that’s not Beeper’s goal. But in this conversation, that was the point being made.

[–] [email protected] 6 points 9 months ago

They have reverse engineered the iMessage API

Yes, this part is legal and fine.

and are using that to connect to the iMessage servers.

This is not allowed because Apple doesn't want to allow it. They own the infrastructure serving the API, they get to determine who is authorized to use it. They can block whoever they want. And technically speaking, using it in an unauthorized manner could even rise to the level of a criminal violation of the CFAA.

It is literally impossible to do as you suggest (use entirely their own resources) because iMessage is centralized and cannot federate with any other server, even if one did exist.

Partially correct. It is not impossible to do as I suggested, because I never suggested that they should have interoperability with iMessage.