Help desk with Cordova

I want to create a background service with Cordova, is there any plugin that can help me? I want to check the user's SMS when he receives SMS, even if the app is closed, and when the app is open, I can receive these SMS, only for Android, iOS, which Apple does not allow, someone has a way so that I can do this ? grateful.

+3


source to share


1 answer


Yes, I've done it before. You need to use this cordova plugin, https://github.com/Red-Folder/Cordova-Plugin-BackgroundService .

You can check my final product here.



0


source







All Articles