moljac
moljac
@anji22 Thanks for the feedback. Why using nuget package that is more than 2 years old? https://www.nuget.org/packages/Xamarin.Firebase.Messaging/71.1740.4 Try updating packages please.
@vsfeedback Thanks for the feedback. Repro sample maybe? Content of the project files? That would help. Thanks
@GuillaumeSE @vincentcastagna Guys do you have any other dependencies? New AndroidX Material maybe? https://github.com/xamarin/AndroidX/blob/master/config.json#L716-L718
Can you attach diagnosic logs, please?
Can I see your project file, please? OR at least ProjectReferences?
Could you provide binlogs please. Those are smaller and easier to investigate. Thanks
`71.*` nugets depend on old/legacy Android.Support, while `1xy.z.z.z` depend on AndroidX. Xamarin.Forms with `monodroid10.0` TFM depend on AndroidX, while `monodroid9.0` depends on Android.Support. Generally mixing is supposed to work, but...
I think you need to grant/add permissions. Something like: https://github.com/Samples-Playgrounds/Samples.MAUI/blob/main/samples/issues-repro-samples/12291/Sample.Issue_12291.PostNotifications/Platforms/Android/AndroidManifest.xml#L6
@Alexander-Alekseev Sorry, but no new info right now. I need to sit down and dig into docs. Seems it might be different behavior for closed and force closed apps, but...
Yes package version diff/comparisnon would help.