rehy / cordova-plugin-sms-receiver

Cordova SMS Receiver Plugin
MIT License
17 stars 19 forks source link

This plugin is not working in Android 7 nougat #4

Open webpkm opened 7 years ago

webpkm commented 7 years ago

Hi, I am using this plugin for the Auto read OTP in Android platform and it's working fine till Android 6. In Android 7 it;s not working. Please help on this.

Code which I have written is:

smsInboxPlugin.startReception(function (msg) { $("otp_input_id").val(parseInt(msg)); // After Successful SMS read fill that OPT in smsInboxPlugin.stopReception(function () { debugger; console.log("stopReception :: Correctly stopped"); }, function () { console.log("Error while stopping the SMS receiver"); });

}, function () { console.log("Error while receiving messages"); });

fthkrtl commented 6 years ago

give your app sms read permission