JJTech0130 / pypush

[being rewritten] Cross-platform iMessage POC
https://discord.gg/BVvNukmfTC
Other
3.56k stars 396 forks source link

has been no response. #94

Closed NancyDHelms closed 4 months ago

NancyDHelms commented 9 months ago

For the last few days, I tried send imessage ,"is me" is my content ,But the continuous absence of a response.. and type help not show message, Any idea what could be the issue or how I could fix this?

[02:06:04] INFO Connected to APNs (5-courier.push.apple.com) apns.py:39 INFO Waiting for incoming messages... demo.py:91 Type 'help' for help

help help (h): show this message quit (q): quit filter (f) [recipient]: set the current chat effect (e): adds an iMessage effect to the next sent message note: recipient must start with tel: or mailto: and include the country code handle : set the current handle (for sending messages) \: escape commands (will be removed from message) filter +18023061555 Filtering to ['tel:+18023061555'] is me help

SpaceSaver commented 9 months ago

Pypush is broken

zhangyu2099 commented 8 months ago

you mean pypush cannot be used to send imessages now?does it be banned by apple .inc ?

SpaceSaver commented 8 months ago

you mean pypush cannot be used to send imessages now?does it be banned by apple .inc ?

Pretty much

tg-pgid0 commented 8 months ago

Participant mailto:xxxxxx@gmail.com has no identities, this is probably not a real account imessage.py:1099 Participant tel:+xxxxxxxxxxxxxx has no identities, this is probably not a real account imessage.py:1099

SpaceSaver commented 8 months ago

Participant mailto:xxxxxx@gmail.com has no identities, this is probably not a real account imessage.py:1099 Participant tel:+xxxxxxxxxxxxxx has no identities, this is probably not a real account imessage.py:1099

Your Apple ID was banned.

tg-pgid0 commented 8 months ago

No, I tried to register a new one and the same problem occurred.

SpaceSaver commented 8 months ago

No, I tried to register a new one and the same problem occurred.

Apple limited serial numbers to 10 iMessage registrations. If u were using the data.plist from the repo, I think it's the same error as banned Apple ID.

tg-pgid0 commented 8 months ago

I'm using a randomly generated data.plist, not the one from the database. I have always suspected that pypush is broken.

SpaceSaver commented 8 months ago

I'm using a randomly generated data.plist, not the one from the database. I have always suspected that pypush is broken.

Did you use it for more than 10 accounts (deleting config.json and logging in with the same account I believe counts as another account on the device)?

tg-pgid0 commented 8 months ago

Yes, I generated multiple config.json for my Apple ID, but they all used different data.plist .

SpaceSaver commented 8 months ago

Yes, I generated multiple config.json for my Apple ID, but they all used different data.plist .

Is the model that you are generating for compatible with Mountain Lion?

tg-pgid0 commented 8 months ago

Randomly generated based on the Mac ecosystem. After a week of normal use, the above error code started to appear today.

SpaceSaver commented 8 months ago

Randomly generated based on the Mac ecosystem. After a week of normal use, the above error code started to appear today.

Which Mac?

tg-pgid0 commented 8 months ago

MacBook

SpaceSaver commented 8 months ago

MacBook

Which?

SpaceSaver commented 8 months ago

@tg-pgid0 Try MacBookAir3,2 identifier (may be all lowercase, idk)

tg-pgid0 commented 8 months ago

https://github.com/beeper/mac-registration-provider

Thank you very much, I will try it and am still looking for useful information.

SpaceSaver commented 8 months ago

https://github.com/beeper/mac-registration-provider

Thank you very much, I will try it and am still looking for useful information.

This allows you to use real Apple hardware to generate validation data completely bypassing the emulated portion. Has not been implemented into Pypush yet.