This is a migrated thread and some comments may be shown as answers.

How to Create Alarm App using Icenium-Graphite

1 Answer 54 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Elambaruthi
Top achievements
Rank 1
Elambaruthi asked on 27 Aug 2013, 06:31 AM
Hi,
i am new to icenium. i would like to create an alarm app using icenium-graphite. when i try to search something related to alarm app. there is nothing here. 
i couldn't find plugins related to alarm. can anyone help me please..?

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 27 Aug 2013, 07:19 AM
Hello Elambaruthi,

Cordova does not expose access to the native alarm function of the phone. There are Cordova plug-ins that allow you to work with the Android AlarmManager and iOS alarm:
  • for iOS - https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/LocalNotification
  • for Android - https://github.com/phonegap/phonegap-plugins/tree/master/Android/LocalNotification
It seems those plugins are pretty old and most likely not compatible with Cordova 2.7 where we introduced support for custom plugins. You would have to make the necessary modifications in order to be able to use it, see Requirements for Custom Apache Cordova Plugins, Plugman specifications and Making a Custom Plugin Plugman-Compatible help articles.

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
Elambaruthi
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or