TooTallNate / node-iOS

Native node bindings to iOS functionality (vibrate, acceleromoter, geoservices, etc.)
https://tootallnate.net/nodejs-on-ios
MIT License
267 stars 18 forks source link

Better SMS handling #15

Open treason opened 13 years ago

treason commented 13 years ago

Hey Nate,

check this code out:

https://github.com/treason/WifiSMS/blob/master/wifiSMS/Classes/MyHTTPConnection.m#L223-234

That is a better way to send SMS because it adds to SMS.db natively

The key is to not use CoreTelephony, but the Chatkit framework.

TooTallNate commented 13 years ago

Hey cool! Thanks for the tip, I'll take a look when I get a chance.

Though I haven't been able to recompile this module (and thus make any progress) for some time now. See #14. Still haven't figured that one out unfortunately...