Appcelerator Titanium C2DM - android

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.

Related

Google Cloud Messages (GCM) on push server for different platforms

I have a task to implement push server for mobile application that support as many platforms as possible. I need suggestions for what would be the best way to go.
After some research I found that GCM supports native iOS devices and Android of course. So in a perfect scenario I would also like to support iOS/Android devices on cordova(hybrid apps). Can GCM be used to support all these platforms and if not, what would be other ways to solve this problem?
This is one of my first more serious programming tasks so any help will be appreciated.
I am interested if GCM support iOS on cordova and is it better to use GCM or code something from scratch for different platforms?
Yes you can use GCM for both IOS and Android. Here are some useful links to start.
Cloud Messaging
Google Cloud Messaging for iOS
Cloud Messaging for Android
Also see existing SO PhoneGap Build Push Notification
Cheers !
I've finished this project and after some research this are my conclusion
GCM for iOS
have lot of limitations(no alert in message)
uses APNS as a wrapper
still no plugins in cordova
So for now my suggestion is APNS for iOS and GCM for Android.

push notification with custom icon

I w'd like to know is there any way to send push notification with different icon than app's. I'm using Unity Parse SDK and able to send push notifications for both Android and iOS. Thanks for any suggestions!
Yes it's possible. You need to write a Unity3d plugin for your specific mobile platform.
Read the official unity3d manual for:
Android: Building Plugins for Android
iOS: Building Plugins for iOS
You need those plugins to call platform specific functions.

Universal push notification sending

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.

Can I use google drive push notifications on Android

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.

How to use push notification in titanium for Android

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

Categories

Resources