Can I use google drive push notifications on Android - 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.

Related

cross platform local and push notification xamarin forms

I'm new to Xamarin Forms, local notifications and push notification can be implemented in the cross platform or is it a device specific feature in Xamarin forms .and how?
Lots of down votes for the question though I shall give some leads on basis of how did I done this.
I used Plugin.PushNotification which can get from NuGet Gallery. It can be used for Xamarin.Forms also but only support Android & iOs now.
For Android you will needed to configure Firebase Cloud Messaging and for iOs you need to done with APNs. You can refer below links for configuring Android & iOs with FCM & APNs respectively.
Refer this youtube video for Android FCM configuration
Refer this youtube video for iOS APNs configuration
After that you will need to do some works on you project.
Every steps are detailed on this link.
Don't forget to put some efforts on your queries before asking any question on SO.
Hope this will helps you. Happy Coding.

Do I need multiple AWS SNS platform applications for different device operating systems?

I'm new to the concept of push notifications and sending them from Amazons SNS service so apologies if this is a stupid question.
For our current app we are wanting to target both android and iOS devices. We've successfully created a platform application in SNS that uses firebase to target android devices.
We initial thought that we could use the same platform application for iOS as firebase supports pushing to iOS devices. However, the AWS documentation indicates that you have to create a separate platform application which uses APSN to push to iOS devices.
Is it the correct approach to have multiple SNS platform applications for each device operating system you're trying to target?
Any advice would be appreciated, thanks David.
I thought I’d provide the outcome we came to just in case anyone might find it useful. After looking into firebase it seemed an obvious choice for it to replace SNS. The notification side of firebase is free and much easier to integrate into our app as opposed to SNS where it seems you have to worry about multiple notification providers for each mobile platform. The documentation around firebase is a lot better than what is available for SNS.

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.

Appcelerator Titanium C2DM

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.

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