You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed if you send a text message by way of this module (and other code like it for that matter...using the Apple recommended method), it can start to hang while the SMS dialog window loads up the history of texts sent. When this does happen and you select "Send", it reports the text was sent but it was not. This mainly seems to happen when you test, make some changes, re-build your Titanium app, and then test again. A power down/up of the iPhone appears to clear the issue. I don't think the problem is with your code but more in how the iPhone OS is remote proxying from your pop-up dialog to the Messaging app sub-system or something along those lines.
I was curious if others are seeing this too. Doesn't make for reliable texting from within one's app. Thanks Apple. :-/
I wish they would open up the private ChatKit API for use in (non-jailbroken iPhone) apps.
The text was updated successfully, but these errors were encountered:
I've experience the same issue. But you don't need to restart the phone. Just kill the iMessage App.
Looking at the logs, seems at some point, the MessageBackground service crash and do not hook correctly with the plugin anymore. The plugin works correctly but text messages are not sent.
I suspect iCloud message/iMessage to be the cause (and not standard text/sms)
Nice module! I love the new changes. However...
I've noticed if you send a text message by way of this module (and other code like it for that matter...using the Apple recommended method), it can start to hang while the SMS dialog window loads up the history of texts sent. When this does happen and you select "Send", it reports the text was sent but it was not. This mainly seems to happen when you test, make some changes, re-build your Titanium app, and then test again. A power down/up of the iPhone appears to clear the issue. I don't think the problem is with your code but more in how the iPhone OS is remote proxying from your pop-up dialog to the Messaging app sub-system or something along those lines.
I was curious if others are seeing this too. Doesn't make for reliable texting from within one's app. Thanks Apple. :-/
I wish they would open up the private ChatKit API for use in (non-jailbroken iPhone) apps.
The text was updated successfully, but these errors were encountered: