Code Monkey home page Code Monkey logo

fcmxamarinexample's Introduction

FCMXamarinExample

I struggled to find out how to use Firebase Cloud Messaging for Push Notifications with Xamarin, both iOS and Android projects.

With a lot of research and discussions in Xamarin Forums, I finally got it working and I would like to share my final implementation.

Configuration Tips

Don’t forget to configure correctly your projects on Firebase Console. You must put you package name (Android) and bundle ID (iOS) exactly the same everywhere you need to use it.

Android

Add the Firebase configuration file to your project, right click on it and enable the option Build Action > GoogleServicesJson , if this option doesn’t appear, you should close and open your solution.

Firebase last version packages are not compatible with Xamarin.Forms last version. Till now, the only compatible version is 32.094.0-beta3.

In the AndroidManifext.xml file, put you package name where you find this example package name com.mysamples.fcmxamarinexample.

iOS

Add the Firebase configuration file to your project, right click on it and enable the option Build Action > BudleResource.

Disable Incremental Builds in your project build settings. Otherwise, you’ll get some errors.

In info.plist file, enable Background Modes > Remote notifications.

Troubleshooting

  1. Android - Make sure you have background data turned on for Google Play Services

Observation

This project was made in Mac OS.

fcmxamarinexample's People

Contributors

sylviamoss avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.