• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android FCM / Push notifications problem

I

Its_ya_boy

Guest
Hello!

I am trying to add notifications to my mobile app via FCM (Firebase Cloud Messaging). I did exactly what it was said to do in the article (you can see the down), unfortunately whenever I try to run a "Test" notification my app closes and no notification is displayed (I did get the token from the output and put it in). I also get a output "error" (I would say because I don't understand it yet). I will leave a link to it (https://pastebin.com/mnq5wfFk).

Since the blog post is new (https://help.yoyogames.com/hc/en-us...-Remote-Push-Notifications-Using-Firebase-FCM), I couldn't find any solution in google or here in the forum and I don't understand Java that well enough to do it myself.

I am looking forward to finding a solution to this problem sooner! :)
 
Last edited by a moderator:

Jack S

Member
It can't find a required library is what the crash says. Why it can't find it I don't know. Possibly it wasn't in the extension or the include (compile statement for gradle 3.3 or api / implementation for 4+ )
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
Okay, set the MIN value to API 16, and also make sure you are on the very latest Runtime, as (from the pastebin segment) that looks like it's crashing on old GCM code that shouldn't be in the runner anymore.
 
Top