Hi, Is there any plugin for pushing notification that has been already made? I search the forum,and I came across couple of things. But I like to know if there is any updated solution,or plugin ? Thanks
for the iOS, you can *literally* access all that the iOS API offers via the modified/updated version of Wax (BhWax). A little extra work and you can even get Passbook, Newstand, etc. I had a couple of demonstration videos to demonstrate inter-app communication, etc
You need to use a third party to actually send a push notification (or setup your own server to do it). I personally use Parse (www.parse.com) which offers 1,000,000 free push notifs/month. Urban Airship (http://urbanairship.com/products/developer-edition) is another popular push service also with 1M free. Both are cross-platform.
You can use the notification plug-in above in conjunction with those services, or use the APIs that those services provide via BhWax (for iOS), which is what I do with Letter Stack. I use the notification plug-in for managing local notifs and handling the event when the app is opened via a push notification.
Comments
http://giderosmobile.com/labs/notification
which you can find here:
http://www.giderosmobile.com/forum/discussion/2960/gideros-notification-plugin/p1
It supports both local and push notifications
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
You can use the notification plug-in above in conjunction with those services, or use the APIs that those services provide via BhWax (for iOS), which is what I do with Letter Stack. I use the notification plug-in for managing local notifs and handling the event when the app is opened via a push notification.
For example if I use www.parse.com do I need to know Objective c or what is the basic process? is there any walk through tutorial on this?