When targeting .Net 8.0, this exception is raised when calling
StartForeground(myId, notification.Build());
Exception :
Android.App.MissingForegroundServiceTypeException Message=Starting FGS without a type callerApp=
Clues :
https://developer.android.com/about/versions/14/changes/fgs-types-required#permission-for-fgs-type
Thank you for your excellent project Carl.
When targeting .Net 8.0, this exception is raised when calling
StartForeground(myId, notification.Build());Exception :
Android.App.MissingForegroundServiceTypeException Message=Starting FGS without a type callerApp=Clues :
https://developer.android.com/about/versions/14/changes/fgs-types-required#permission-for-fgs-type
Thank you for your excellent project Carl.