Scott Stahurski

Results 11 comments of Scott Stahurski

> If you are having issues, Fall back to Plugin.FirebasePushNotification (3.0.3) It has that method we need and it works! For MAUI, even downgrading did not work for IOS. Still...

/Platforms/iOS/AppDelegate.cs using Plugin.FirebasePushNotification; ... public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { FirebasePushNotificationManager.Initialize(launchOptions, true); return base.FinishedLaunching(application, launchOptions); } Error | CS0103 | The name 'FirebasePushNotificationManager' does not exist in the...

This does not work with MAUI IOS

I am getting the same issue with IOS in MAUI

On another thread it was mentioned to downgrade to 3.0.3. This did not solve the IOS issue. Also with MAUI and VS22, there is no Bundle Resource option. So bundling...

Logs and a screen capture that were included in the original posting. https://user-images.githubusercontent.com/4990033/200686952-9b468134-192f-4b83-8795-f1061599e92d.mp4 [B9af2ad11db3d45ebb6560d19026727ae638022476804575145_Ide.2022-10-24__16-19-15 (2).log](https://github.com/dotnet/maui/files/9965636/B9af2ad11db3d45ebb6560d19026727ae638022476804575145_Ide.2022-10-24__16-19-15.2.log) [Bbd51a3f393004dee94db07481a04886f638022476637806339_VSMonitor-2022-10-24-16-19-15-00b8e16 (2).log](https://github.com/dotnet/maui/files/9965638/Bbd51a3f393004dee94db07481a04886f638022476637806339_VSMonitor-2022-10-24-16-19-15-00b8e16.2.log)

Sample Project. [testEntry.zip](https://github.com/dotnet/maui/files/9965688/testEntry.zip)

D/l the latest version of VS for mac 17.4(2406) and it appears to be working now.

Verified this is still an issue at this time, I've only been able to reproduce this on iOS. I've also had issue with scrolling as well, where listview items as...