I have updated all latest versions in my SDK manager but yet not showing Google Cloud Messaging for Android Library in SDK (in Extra).
Please help me. Is there any other option there in place Google Cloud Messaging for Android Library? I will be thankful for that.
Just tick the "Obsolete" checkbox in Android SDK Manager popup.
GCM is integrated in Google play services
Related
Google has replaced GCM (Google Cloud Messaging) with the new FCM (Firebase Cloud Messaging) for push notifications. I am trying to implement push notifications in my Android (Xamarin.Forms) project. It appears that FCM is not yet supported for Forms due to Google Play Services dependency issues (see details below). When I attempt to implement using the old GCM system, the Google Developer Console will not allow me access the GCM API credentials page (just redirects me to FCM). Does anyone have any suggestions to get push notifications working with Android in a Xamarin.Forms solution?
Note: I am using Azure Notification Hub to send the messages (I have iOS already working)
Dependency Issue: The latest Xamarin.Forms package is dependent on Xamarin.Android.Support.v4 (23.3.0). Xamarin.Firebase.Messaging is dependent on Xamarin.GooglePlayServices.Basement (32.961.0). Xamarin.GooglePlayServices.Basement (32.961.0) is dependent on Xamarin.Android.Support.v4 (>=24.2.1).
My android solution is on:
https://forums.xamarin.com/discussion/70248/firebase-configuration
Just search for my name as UmutBebek. I'm using pushSharp to send push-notifications from my own server. There is a simple example for that too.
Almost a year later and this should not be an issue anymore.
I have a Xamarin Forms (2.4.0) app pegging Xamarin.Android.Support v4 at version 25.1.0 and I just installed Xamarin.Firebase.Messaging (42.1021.1) happily alongside it via nuget.
My Eclipse SDK manager does not show Google Play services.
I want to integrate Google Map in my app, but Google Play services is not showing.
Please help me.
I need it for my college project.
You may need to update following
Android SDK Tools
Android SDK Platform-tools
It can be updated through SDK manager itself.
For more your can visit this question
Have you tried checking in the Extras folder?
If it still not there, I recommend that you install the new sdk manager
You can follow the instructions here:
Missing Google Play Services in SDK Manager
Go to SDK Manager in "Extras" at the bottom and make sure you have installed following packages
Google Play Services
Google Support Repository
Google Support Library
Google Repository
How do I integrate Google analytic's into my simple Android Application?
I've seen a guide here, but I cannot find a download link for the SDK.
Any tutorials would be great.
You have to use the Google Play Services
Google Play Services
Just follow the instructions for your IDE
you need to download Google Play services package by Android SDK Manager;
After download, you can find samples in
<Android SDK path>/extras/google/google_play_services/samples
I want add ads to my application.
I made account on AdMob, but next step is download & integrate Google Mobile Ads SDK to Eclipse.
Here is download link
https://developers.google.com/mobile-ads-sdk/download?hl=en_US#downloadplay
With no download button. Its comic at all. If i change tab to iOS or WP8 there are .zip to download. But on Android tab there isnt any.
Install them with the SDK manager.
you also need this dependency (you can add it via maven):
com.google.android.gms:play-services
From that same link:
Google Mobile Ads is now offered through Google Play services. This is
the recommended way of enabling ads on your Android app.
And the instructions to set up Google Play Services is here.
You can get the latest SDK from following this link.
https://firebase.google.com/docs/admob/android/eclipse#download_the_google_play_services_sdk
Here you can get all the related ads SDK jar file that will be needed for integration to developme mobile app with ads.
http://www.java2s.com/Code/Jar/g/GoogleAdMobAdsSdk.htm
I use Android Studio. I want try GCM like this tutorial. My Android SDK tools 22.6.
But I cant see Google Cloud Messaging for Android Library.
I install new SDK but again I cant see.
My sdk image.
Please Help.
Thank you.
It's now part of the play services. I guess you need to find a new tutorial.