Hello Everyone, To get the content from SMS am using SMS Receiver plugin while using that am getting SMS Plugin is not defined.Can anyone help me on this Please.Thank YouExtensibility Configuration:
{ "plugin": { "cordova-plugin-sms-receiver": { "source": "git", "url": "https://github.com/Chuckytuh /cordova-plugin-sms-receiver.git", "version": "v1.0.0" } }}
Hi Rakesh,
Where are you testing the plugin?
Hello @Pedro Domingues ,I am testing in my personal environment. Created a sample mobile App and took dependency on the SMS Receiver Plugin.Like this, I am testing.I have attached the OAP file and Snap in this follow-up.Thanks for replying!
Are you testing on the browser or on mobile app with a proper build?
HI @Pedro Domingues ,
Am checking with mobile build generated for Android.
Hello @Rakesh K
This is because the git link is broken
https://github.com/Chuckytuh /cordova-plugin-sms-receiver
You need to update the plugin to the new version. There is no git reference, and there is a Cordova plugin in a zip file, and I am able to generate the build with this
see
Hello @Gourav ShrivastavaThanks for Replying!I have updated and tried, but I am still getting SMS Plugin is not defined.
Check this forum post it will help you regarding this
https://www.outsystems.com/forums/discussion/89460/how-to-make-app-that-reads-newly-arrived-sms/
Were you able to overcome your issue?
Cheers,
Pedro Domingues