How to set multiple alarm?

Hi
We have 150 schedule for our country. Now I want to make an apps which will automatically set schedule alarm from that apps.

is it possible ?

I don’t understand your question fully, but you can set alarms quite easily using plugins.
e.g: https://github.com/wnyc/cordova-plugin-wakeuptimer

Showing this message.

Thank you for your reply. it shows

Error: Failed to fetch plugin https://github.com/wnyc/cordova-plugin-wakeuptimer.git via git.
Either there is a connection problems, or plugin spec is incorrect:
Error: “git” command line tool is not installed: make sure it is accessible on your PATH.

Looks like you don’t have git installed yet:
https://git-scm.com/download/win

Thnx, I have installed git and installed above plugin. But after installing plugin, when I build by command
“ionic build android --release” , its not building and showing error. Then I have uninstalled the plugin and as well as the git.
after removing the plugin, its build ok.

Can you provide the error log?

Are you sure that you want to build for release? This builds an apk ready for the play store.
I think you should test your app first. Use ionic run android for this instead.
More here: http://ionicframework.com/docs/guide/testing.html

now I have great problem. After removing wakeuptimer and git. All my apps are now blank white screen :frowning:

Hi @arctushar. Did you find the solution? If so, could you please provide an example with this plugin.