Allan Ritchie

Results 77 comments of Allan Ritchie

@mattleibow Ya I've been having issues with it. I've basically written a side chunk of code to test with for now. I just haven't had the time to go back...

@mattgagnon2 No. I'm disposing of my attachment to a native service. That does not effect others pulling in that instance.

I'm not sure what the toolkit does differently. I only recommended the hosting extensions because it would match the same setup model as MAUI. The events from Application.Current on iOS...

@jeromelaban The delegates expose all of the overrides. The events Uno exposes on the appdelegate are insufficient for a lot of 3rd party/plugin people. Having the user override those delegates...

Hi Guys. Was any decision ever made on this?

Add the following to your csproj to workaround this issue for now: ```xml ``` The razor SDK seems to eat everything it can

For those looking to add entitlements, just use the following in your csproj ```xml Platforms\iOS\Entitlements.plist ``` Exchange iOS for maccatalyst as needed

Please read the previous issue. Don't keep a reference to peripheral across scans unless they're connected

Previous versions of local notifications used shiny jobs which caused delays. V3 uses the alarm which needs a permission request. Try the extension off INotificationManager called RequestRequiredAccess(Notification notification)