I have worked some in Android and got to do some small apps in android. Now I am newly working in titanium. I am stuck on how to do push notification in titanium for android? The problem is even a little worse. I need to do push notification for all versions of android. As google is providing c2dm but it is only for v2.2 and above. I got to know something about urban airship but not sure that it could be used in titanium. Also to use urban airship we need to install a seperate app which is not fully recommended. Any support will be highly welcomed. Please response as quickly as possible. Thanks in advance.
Rai,
It's not good form to ask, essentially, the same question in multiple ways. You need to read up on the titanium API, as I answered in How to write android code in titanium
Related
I've got a server written in Scala/Java. I want to make an app in PhoneGap/Cordova which uses push notifications.
I would prefer to have one codebase for both Android and iOS. Is there a way to do universal push notifications for both Android and iOS.
Is using Parse Push REST API for that purpose a good decision, cosidering that I've already got my own server?
If it sounds opinion based, excuse me. I'm new in this topic, and just want to decrease the redundancy as much as possible.
Not sure about Parse, but clientside if you are using Cordova then the PhoneGap Push Plugin should be what you are looking for, it's available for iOS, Android, Windows and others and let's you handle the Push Notifications in Javascript.
I don't know how you could solve this platform independent on the server side, though.
Hello please I need help, I am developing a HTML5 and jquery mobile app and compiling using build phonegap.
I intend to host the app on my server, now my problem is how do I notify users of a new version of the app and at the same time allow them to update to the new version (as it is done in app store).
I have googled this for two days now and can't seem to be making any head way. Are there plugins I can use?
Suggestions will be greatly appreciated.
Thanks
I've been working with apple developers guides to develop my web app and maybe this can help you if you are working with apples "rules"/ developing for apple users:
https://developer.apple.com/notifications/
There is a guido on how you can make local notifications or push notifications. Also includes all the code you will need.
Hope it helps!
Edit: sorry just noticed that you are working for Android users. Maybe if you look on Android API or their developer program you will find something. :')
I've read article about Google drive push notifications https://developers.google.com/drive/push
And I whould like to use them in my android project. Is it possibe?
If yes can anyone give me idea how.
Thanks.
We're currently only pushing notifications to Web hooks, but supporting push notifications on the mobile platforms is in our scope for future releases.
I have a rails application and I would like to send notifications to users on their mobile. I only need simple text notifications, but I can't afford to write an application for any operating system.
Is there any simple way to do that? (gem, third-party services)
Boxcar might be what you are looking for? http://boxcar.io/help/api/providers
Web Notifications might be a solution in the future.
I created a gem in order to create a central push notifications, it supports iOS and Android at the moment, but i will add more platforms.
Maybe this will help you, its a single gem that makes iOS an Android at the moment, and its fairly easy to implement
here is the link: https://github.com/NicosKaralis/pushmeup
Anyone tried out Titanium c2dm for android?I am using Titanium version 1.8.1 And i want to do small Push notification Using C2DM server.If anyone Implemented help me!Thank U
#Sugan.s Titanium has direct access to Urban Airship which supports push notifications to Android, Blackberry, and iOS. It's the most recommended, and easiest approach to Push notifications within Ti.
As suggested already, Parse is another great resource.