Xamarin has the predefined support to GCM (Google Cloud Messaging) which was explained in https://developer.xamarin.com/guides/cross-platform/application_fundamentals/notifications/android/remote_notifications_in_android/
As currently Google migrated from GCM to FCM (Firebase Cloud Messaging) does it work with Xamarin with same instruction or there any other Docs for integrating FCM with Xamarin?
Does all features provided in Firebase can be used in Xamarin App?
does it work with Xamarin with same instruction?
No, it doesn't. But you can still work with GCM since Google hasn't announced that GCM support will stop just now. They just posted that FCM is the newest version of GCM.
there any other Docs for integrating FCM with Xamarin?
Not just yet, Xamarin doesn't have a guide about how to integrate FCM with your Xamarin.Android app.
Does all features provided in Firebase can be used in Xamarin App?
Yes, they can be used with Xamarin. But at this moment we have to wait until Xamarin provides us with official bindings(dlls) for FCM java libraries(jars) and probably they will post something in their blog about how to integrate this with our apps.
At this point, the best thing you can do while developing with Xamarin is use GCM. The other thing you can do, is create your own bindings with FCM java libraries and use Google's tutorial for android (in java)
While the last option will probably work, when the official Xamarin bindings come you will have to change a lot of code in order to make it work with upcoming updates from Google and Xamarin.
EDIT: as pointed out by #SørenBoisen Xamarin has started to rollout official(pre-release) bindings via nugget: https://www.nuget.org/packages/Xamarin.Firebase.Common/
More info at: Support for Google Firebase — Xamarin Forums
The Firebase bindings are now available for Xamarin Android as a nuget package here:
Related
I am new to Xamarin.
How to setup FCM in Xamarin forms for both environments (Android and iOS)?
Thanks in advance
Find this GitHub source code for understanding cross-platform implementation of FCM in xamarin forms.
https://github.com/yamachu/TryFirebaseXamarin
Separately follow this source to understand the setup of FCM for:
android
https://www.codeproject.com/Articles/1121218/Android-Firebase-Cloud-Messaging-Tutorial
iOS
https://xamarinlatino.com/xamarin-forms-firebase-cloud-messaging-ios-setup-1961a91d4055
Hello colleagues developers,
I'm currently developing a Xamarin Form app that requires the integration of a Payment Service Provider. My company requires that I use Adyen as the PSP.
Adyen itself doesn't provide any information on Xamarin integration. Information exist for Android and IOS but can't find anything for Xamarin forms / Xamarin.Android.
I've created a Bindings Library (android).
I've added the.aar file provided by Adyen into it.
Then I built it with the LibraryProjectZip property but after adding the reference to my Xamarin.android project, I can't use any methods that should be in it...
I've tried this process with another .aar and everything went fine...
Does any of you have already integrated Adyen in a Xamarin form / Xamarin.android app ?
Thanks in advance,
Noste
I have developed an app/component using Xamarin.Forms and as per the requirement I need to integrate that component with another app which is developed on Xamarin Native in Android as well as iOS.
Kindly help me with the suggestions or references
I've seen something like that on a sample called Native2Forms.
What it does, at least in Android, is to use a separete activity to integrate the Xamarin Forms PCL (FormsActivity).
I am making a health app using researchKit. I want to do this in Xamarin as I already have a lot of shared code which can be used in Xamarin. However, research Kit has not been integrated into Xamarin . I am thinking of binding the framework to my project in Xamarin. But I have no idea how to do it. I am new to developing in Xamarin. Please help!
I have Xamarin project targeting both Android and iOS platforms using Xamarin.Forms. I searched but I can't find an answer or any information about that.
Is there any way I can integrate Google Wallet / Android Pay in my project and what are my options.
can't you use Xamarin.InAppBillin
check this enter link description here