Legally you can not use service from other company without permission.Why? What possible harm is it causing you to allow Android users to use iMessage? Or did you just say that because anything non Apple = bad.
Legally you can not use service from other company without permission.Why? What possible harm is it causing you to allow Android users to use iMessage? Or did you just say that because anything non Apple = bad.
and then they became irrelevant..why to buy BB if you have same service elsewhere? and cheaper? this is not how market works. If you do have an advantage, you have to keep it. Giving it await for nothing is just pure nonsense.
Depends on country. In some it is illegal.Lawful reverse engineering for interoperability purpose is not illegal. At the same time, Apple is also within its rights to stop the service.
Agree, and we may also agree that opening BBM had zero effect to became relevant again.Opening up BBM had exactly zero to do with them becoming irrelevant. It was an attempt to try and make themselves relevant again but by then most people had moved on.
Actually most android users would. If going off the fact that so many are desperate for beeper and the fact that the kids are being bullied and the girls are turning down the guys for not having blue bubbles, they I. Fact woildHonestly I agree with you. They have no good reason to. Most Android users wouldn't use it anyway. And RCS is a fine compromise they should have already made.
It's just that reading the technical details of it makes it clear that of course they so easily could.
Opening up BBM had exactly zero to do with them becoming irrelevant. It was an attempt to try and make themselves relevant again but by then most people had moved on.
So then we can only have android? That’s a disgusting thought.I think it might be time for the EU to shut Apple down
Let them do and the EU will have android all to itself.I think it might be time for the EU to shut Apple down
The Pebble CEO was the very same Eric Migicovsky, funnily enough.This whole debacle reminds me of that Pebble Watch CEO downplaying the threat posed by the Apple Watch. Maybe these two should become friends?
that is as likely to happen as Apple exiting the EU, just plain nonsenseI think it might be time for the EU to shut Apple down
It's much easier for myself to pay than to have 4 people in the family use a chatting app like Signal. They all just want to use iMessage and so we all get crappy images and videos.Lmao what? There a bajillion cross platform apps that are free Apple would look ridiculous charging for this
Why so desperate to give Apple everything jeez
You are just justifying anything on the excuse that "Apple bad for blue messages…" Which is a fair point, but this is not that conversation imho.
I bet Apple could get this dev arrested and prosectued on the spot,
yeah so impossible that theirs several other messengers out their that the rest of the world use especially Europe lolThis is exactly my point. In 2023, Apple has made it impossible for Android and iPhones to communicate with each other.
It's time the EU took Apple to task for this mess they have created on purpose.
you might want to lookup theirs several computer misuse laws pertaining to unauthorised accessOn what actual grounds?
Like please show me the actual specific criminal law broken here
Stop protecting them, they are not on your side, they are only on the side of eternally rising profi
Huh? They didnt break the encryption, they implemented it…So I guess Apple's existing iMessage encryption isn't strong enough for what you're texting…but it's fine for those of us not engaged in hacking, dark web commerce or spycraft.
It’s a publicly accessible API…you might want to lookup theirs several computer misuse laws pertaining to unauthorised access
doesn't mean you have right to use it, in which case its still unauthorised access.It’s a publicly accessible API…
My explanation was rather high-level, much abbreviated for brevity's sake.I’m not sure that’s entirely correct because the max size of data you can encrypt with an RSA key (public/private key) is less than the key-size (for instance with a 128-bit key i.e. 16 bytes, you can encrypt 11 bytes) , so it’s not used for regular data encryption. The RSA public/private key is used to exchange a symmetric (e.g. AES) key which is then used by both parties for the actual communication encryption.
With the above in mind, I highly doubt it there are separate public/private keys (and then symmetric AES keys) for each registered device under the same Apple ID since it would be an overkill. Unless you’ve read Apple doing it but I am not aware of such a document.
I’d rather say there’s only one public/private key per Apple ID and the private key stored on one device would securely be shared to any new device (without the server being able to decrypt it, so it still stays E2E) and consequently the clients would also exchange the session AES keys with the server relaying one and same encrypted data to all of them instead of expecting for each of them to establish a connection with the rest. That would be an overkill, again.