omorandi / TiSMSDialog

Appcelerator Titanium Mobile module implementing an SMS sending dialog (similar to Ti.UI.EmailDialog)
MIT License
141 stars 27 forks source link

iMessage/SMS not sending #11

Closed orangemechanic closed 10 years ago

orangemechanic commented 10 years ago

Titanium 3.2.3 iOS 7.1.2 Test done with iMessage activated and disabled. Wifi and 3G and 4G network


The SMSDialog show up, with all the correct settings. But the window hang a bit then, after clicking "Send" the listener (complete) return success but no message is really sent. Launching the Message App do not show the SMS sent and the recipient never receive the message...


XCode console

Jul 9 14:09:52 iPhone Nodunno[1557] : SMSDialog - Listener Added - type: complete, count: 1 Jul 9 14:09:52 iPhone Nodunno[1557] : SMS WantsFullScreenLayout: YES Jul 9 14:09:52 iPhone Nodunno[1557] : Modal presentation style: 0 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] ** Failed to complete all history queries in a blocking request: ( "8C55F980-17F5-4500-A94F-E16CC8D72061" ) Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] ** Failed to complete all history queries in a blocking request: ( "8C55F980-17F5-4500-A94F-E16CC8D72061" ) Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 1 IMFoundation 0x34736067 IMLogBacktraceToDepth + 54 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 2 IMCore 0x3465bccd _NSStringFromIMMessageError + 21076 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 3 IMCore 0x34652533 IMPersonStatusComparator + 231570 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 4 IMCore 0x34651a5f IMPersonStatusComparator + 228798 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 5 ChatKit 0x33294239 + 200 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 6 ChatKit 0x33264b4b + 70 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 7 ChatKit 0x3324f815 + 812 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 8 ChatKit 0x332d880f + 66 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 9 Foundation 0x2fe8d117 __NSFireDelayedPerform + 414 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 10 CoreFoundation 0x2f477f0f + 14 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 11 CoreFoundation 0x2f477b2b + 794 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 12 CoreFoundation 0x2f475eb3 + 1218 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 13 CoreFoundation 0x2f3e0729 CFRunLoopRunSpecific + 524 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 14 CoreFoundation 0x2f3e050b CFRunLoopRunInMode + 106 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 15 GraphicsServices 0x3434f6d3 GSEventRunModal + 138 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 16 UIKit 0x31d41871 UIApplicationMain + 1136 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 17 MessagesViewService 0x0009de13 MessagesViewService + 3603 Jul 9 14:10:02 iPhone MessagesViewService[957] : [Warning] 18 libdyld.dylib 0x3a145ab7 + 2

orangemechanic commented 10 years ago

Issue resolved by killing+relauching the Message App. http://www.seeques.com/24685188/mfmessagecomposeviewcontroller-messages-disappear-and-fail-to-send-after-send-button-is-pressed-ios-7.html