mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Anyone having success with iMessage? #390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HansDaigle on GitHub (Aug 3, 2022).
I'm having no success with iMessage.
I followed the instructions here: https://github.com/sickcodes/Docker-OSX/issues?q=156
Both accounts were blocked when I tried to log in to iMessage.
This is the command I run:
I tried with a BigSur image and a Monterey image, I also tried at least 3 different sets of unique machine numbers.
+++
My question is: Is anyone having success with iMessage? If so how are you generating the unique machine numbers?
@rahmnathan commented on GitHub (Aug 17, 2022):
I'm facing the same issue.
@ju-li commented on GitHub (Sep 27, 2022):
You have to call Apple Support and give them the customer code in the error message. They'll activate it for the machine number that generated the customer code. Blue Bubbles has a good explanation of it in section "Error Messages": https://docs.bluebubbles.app/server/advanced/macos-virtualization/running-a-macos-vm/enabling-imessage-in-a-vm
@acheong08 commented on GitHub (Sep 28, 2022):
Same issue but I am not getting an error message. It just logs me out once I successfully log in
@ju-li commented on GitHub (Sep 28, 2022):
I had that issue and kept trying to login and the error message showed up 🤷
@arty01238 commented on GitHub (Apr 12, 2023):
Was this ever resolved?
@ju-li commented on GitHub (Apr 12, 2023):
@arty01238 just do what's laid out in Error Messages: https://docs.bluebubbles.app/server/advanced/macos-virtualization/running-a-macos-vm/enabling-imessage-in-a-vm
@Rossbro2 commented on GitHub (Jul 21, 2024):
Was there an update made on Apple's side that blocks iMessage for Docker-OSX? This was working for me about a year ago, then all the sudden I can't sign into iMessage anymore, despite logging into the OS and iCloud with my Apple ID. Sign into iMessage, and after a couple seconds, it goes directly back to the iMessage login screen. No "customer code" prompt/window shows 🤷🏼♂️
I thought there was something messed up on my system but I did an entirely new fresh install with the same problem. Called Apple support and they directed me to updating to the latest Mac OS, but that fails also. I can see the iMac Pro as a "device" on my iPad, but it doesn't show up on the Apple support website. What gives?
I verified
SERIAL,BOARD_SERIAL, andUUIDare all non-blank and appear legit. However,MAC_ADDRESSdoesn't seem right (:##:##:##), andROMis blank... Am I doing something wrong? I assumedGENERATE_UNIQUE=truewould've taken care of things.Thanks in advance!
@sickcodes 👀
@ju-li commented on GitHub (Jul 23, 2024):
GENERATE_UNIQUE=truedoesn't guarantee that the generatedSERIAL, etc are valid. It was working for you before but you didn't persist the valid value across reboots usingGENERATE_SPECIFIC=trueSo when you rebooted, you lost your previously valid serial numbers
See: https://github.com/sickcodes/Docker-OSX?tab=readme-ov-file#making-serial-numbers-persist-across-reboots
I think it's best to follow this method for generating serials and then testing them: https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html#generate-an-uuid
And then telling the container to use the specific serials that you've tested