hazems / cordova-sms-plugin

A custom Cordova plugin which allows sending SMS messages in Android, iOS and Windows Platforms.
33 stars 20 forks source link

iOS - Send SMS Silent #13

Open murliatdure opened 8 years ago

murliatdure commented 8 years ago

For android - android: { //intent: 'INTENT' // send SMS with the native android SMS messaging intent: '' // send SMS without open any other app },

works fine to send the sms silently.

Any idea for the iOS - ios: {
intent: '' // send SMS without open any other app }

Doesn't work.

murliatdure commented 8 years ago

Can we have any alternative for handling the same as silent?

SpiderNeo1 commented 5 years ago

I have the same question for ios.