Skip to content

Conversation

@m1ga
Copy link

@m1ga m1ga commented Jul 4, 2014

added binary sms

var smsMod = require('ti.android.sms');
var bytes = [0,1,2,3,4];
smsMod.sendDataSMS(number, bytes,8080);  // number, data, port

binary sms won't be visible to normal sms tools and no notification will be displayed. You can use it with https://github.com/m1ga/ti.miga.sms.receive in the next commit to receive binary sms in your app

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

Successfully merging this pull request may close these issues.

1 participant