linphone-tutorials/android/kotlin/2-PushNotifications
Sylvain Berfini f004b5c107 Added READMEs
2021-09-08 16:04:17 +02:00
..
.idea Renamed Android tutorials 2021-09-08 10:26:42 +02:00
app Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradle/wrapper Renamed Android tutorials 2021-09-08 10:26:42 +02:00
.gitignore Renamed Android tutorials 2021-09-08 10:26:42 +02:00
build.gradle Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradle.properties Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradlew Renamed Android tutorials 2021-09-08 10:26:42 +02:00
gradlew.bat Renamed Android tutorials 2021-09-08 10:26:42 +02:00
README.md Added READMEs 2021-09-08 16:04:17 +02:00
settings.gradle Renamed Android tutorials 2021-09-08 10:26:42 +02:00

Push notifications tutorial

On mobile devices (Android & iOS), you probably want your app to be reachable even if it's not in the foreground.

To do that you need it to be able to receive push notifications from your SIP proxy, and in this tutorial, using Firebase Cloud Messaging, you'll learn how to simply send the device push information to your server.

Compared to the previous tutorials, some changes are required in app/build.gradle and AndroidManifest.xml files, and you'll need to replace the app/google-services.json file by yours if you're not using a sip.linphone.org account.