@sgtaziz
Hi, I decided to adapt your WebMessage-Tweak for rootless dopamine/palera1n, everything worked out well until I did it for iOS15. But as soon as I started testing it on iOS16 I encountered the fact that the message is not sent. I tried to get the sending status in iOS16 via the delegate method sendProgress:progressDidChange:sendingMessages:sendCount:totalCount:finished: and I see that the sending hangs at 90% ... from this moment I start receiving a callback in sendProgress:progressDidChange:sendingMessages:sendCount:totalCount:finished: several times per second and this happens infinitely with the value progressDidChange=0.9
Maybe you have any information about what has changed in the iMessage API or maybe some additional entitlements are needed, starting with iOS16, any thoughts will suit me because I am at a dead end for now
@sgtaziz
Hi, I decided to adapt your WebMessage-Tweak for rootless dopamine/palera1n, everything worked out well until I did it for iOS15. But as soon as I started testing it on iOS16 I encountered the fact that the message is not sent. I tried to get the sending status in iOS16 via the delegate method sendProgress:progressDidChange:sendingMessages:sendCount:totalCount:finished: and I see that the sending hangs at 90% ... from this moment I start receiving a callback in sendProgress:progressDidChange:sendingMessages:sendCount:totalCount:finished: several times per second and this happens infinitely with the value progressDidChange=0.9
Maybe you have any information about what has changed in the iMessage API or maybe some additional entitlements are needed, starting with iOS16, any thoughts will suit me because I am at a dead end for now