Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Re-Run Fails #13

Open
ghost opened this issue Aug 24, 2014 · 2 comments
Open

Module Re-Run Fails #13

ghost opened this issue Aug 24, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 24, 2014

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.

@orangemechanic
Copy link

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)

Click the link below to have more details
#11

@ghost
Copy link
Author

ghost commented Aug 24, 2014

Thanks for the additional input. That is good to know it wasn't my code as well as the easier reset. I guess I'll put this project on hold for a bit.

Here is someone in another environment experiencing the same issue:

http://forums.xamarin.com/discussion/20889/sending-sms-from-iphone-message-application-freeze-for-some-time-and-message-is-not-send

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant