Reputation: 6063
I want to call the angularJS function daily on specific time to send sms at background from my ionic application.I have googling on same but I am not getting any track to achieve this.
Is this possible with a Cordova Ionic based app, and how would I implement this to execute the necessary code if the app is closed or open at background?
Upvotes: 0
Views: 1287
Reputation: 164
You can try Cordova Local-Notification Plugin to alert you everyday, the time you want. You can handle this notification in your program and trigger the process you want to run. You can't programmatically send SMS in iOS. You can try out some SMS gateways to send sms.
Upvotes: 2