Give us feedback
native-sms-plugin
Mobile icon

Native SMS Plugin

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded on 07 April 2021 by 
0.0
 (0 ratings)
native-sms-plugin

Native SMS Plugin

Details
Native SMS Cordova Plugin
Read more

Overview

This plugin is designed for supporting Send & Receive SMS on Cordova based Android apps.

Since Android 4.4+, the Android requires app to be a default SMS app to send and receive SMS, else the sending should silently failed without issues. This Plugin is made to set your Cordova app as default SMS app and give your HTML and Javascript to send and receive SMSs


Usage


CheckDefault client action - this will give/return the current SMS app identifier and your app identifier.

SetDefault client action - this will allow you to set your app as default SMS messaging app.

SendSMS client action - This will allow you to send an SMS to a provided mobile number.

SMSReceiverBlock - this will handle the SMS reveived.



Modified the manifest to be able to receive the SMS without making the app as default.

Plugin credits to: rampicos
Plugin Link: https://github.com/aliitotz/cordova-sms-plugin-android

Release notes (1.0.3)

- Added Permission checking

Reviews (0)