Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Bumping Target to level fix 30 fixed this.