Firebase messaging build fails after update to 121.1 to cannot find symbol com.google.firebase.iid.internal.FirebaseInstanceIdInternal.NewTokenListener

Jake Hätinen 116 Reputation points
2021-06-09T08:28:55.393+00:00

My app notifications has worked fine, but now my builds fail with following error:

error: cannot find symbol com.google.firebase.iid.internal.FirebaseInstanceIdInternal.NewTokenListener
symbol: class NewTokenListener
location: interface FirebaseInstanceIdInternal
(JAVAC0000)

Minimum API 22 Tager API 29.

Any ideas what is wrong.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jake Hätinen 116 Reputation points
    2021-06-09T09:36:49.39+00:00

    Bumping Target to level fix 30 fixed this.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.