I have seen examples in Xamarin, and in .NET 7 MAUI android, but I have yet to confirm this is actually possible in .NET 7 MAUI on iOS. Can anyone confirm this is possible?
I have tried the following NuGet Packages, with varying degrees of failure:
The first two fail to install due to Visual Studio's NuGet path length limitation. The last one fails due to an incompatibility that is not yet clear to me.
I resolved this issue by targeting .NET 6 instead of .NET 7, and installing Xamarin.iOS.Firebase.CloudMessaging after using this workaround to resolve the NuGet long path issue.