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

Alarm manager plugin

3 Answers 159 Views
AppBuilder in-browser 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.
Leonard
Top achievements
Rank 1
Leonard asked on 30 Mar 2014, 03:09 AM
Hi,

I need to create alarm manager with app builder. And read this :
http://www.telerik.com/forums/how-to-create-alarm-app-using-icenium-graphite

Steve mentioned that it need these plugin :

for iOS - https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/LocalNotification
for Android - https://github.com/phonegap/phonegap-plugins/tree/master/Android/LocalNotification

Is those plugin is the same as 'Notification' inside Core Plugin list ?

3 Answers, 1 is accepted

Sort by
0
Iva Koevska
Telerik team
answered on 31 Mar 2014, 01:05 PM
Hello Leonard,

No, these plugins (which seem non-existent at this point) are not the Notification plugin.

Steve is referring to some custom plugins. A quick search in the Cordova Plugins registry shows that a few more custom plugins are now available for creating custom alarms.

Check these plugins out:
Note that these are downloaded as .tgz files. To use them with AppBuilder, you need to unpack the archive and package the contents of the package folder in a ZIP file. (The src, www, and plugin.xml fies and folders should be in the root of the archive). Then import the ZIP as a custom plugin in AppBuilder.

Regards,
Iva Koevska
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET. Seats are limited.

 
0
Leonard
Top achievements
Rank 1
answered on 09 Apr 2014, 06:42 PM
Thanks, Iva

I have import the plugin into my project (Alarm Manager project) with windows client.
But building to android package and ios ad-hoc always failed, with this message:

ENOENT, no such file or directory '/...

any additional adjustment needed?

0
Leonard
Top achievements
Rank 1
answered on 09 Apr 2014, 07:56 PM
SOLVED.

In first attemp, I just put all plugin files (not the folder) directly inside Plugin directory. Then I put them in a folder, and it build successfully. And run normal on android and ios.
Tags
AppBuilder in-browser client
Asked by
Leonard
Top achievements
Rank 1
Answers by
Iva Koevska
Telerik team
Leonard
Top achievements
Rank 1
Share this question
or