mphill
mphill
**Is your feature request related to a problem? Please describe.** As a mobile developer I'd like to have location based notifications, for instance a reminder when I arrive at work...
### What does this PR do? 1. Added iOS 15 options for time sensitive notifications and relevance score (sorting notifications) 2. Fixed issue with references to System.Drawing causing crash on...
Running a Xamarin.mac app that uses NetSparkle crashes on instantiation of NetSparkle with version 2.0 with the exception: `Attribute of type System.Reflection.AssemblyProductAttribute` Supporting NetSparkle on Xamarin.mac would be a great...
**Describe the bug** When and app is foregrounded, local notifications are not processed. This is because UNUserNotificationCenter.Current.Delegate is never set. You can work around this by adding the following to...
**Describe the bug** We are unable to build the project current if using macOS with Visual Studio - this is result of targeting MAUI and Xamarin. You will get this...
Recently a feature was added to `sentry-cocoa ` that allows for crash loop detection. This is a very high-value feature in handling situations where the local state may be causing...
Simple reproduction repo: https://github.com/mphill/recoil-readonly I recently upgraded to Expo 49 which is based on the following: ```json "react": "18.2.0", "react-native": "0.72.4", ``` I noticed my recoil states that contain objects...
## Issue On a live activity channel - I would like to create a public anonymous chat that people can view as anonymous users. - If they are anonymous, they...
Add AppleEffortScore as a unit. From what I can tell, to save workout effort, you need to use this for the unit: https://developer.apple.com/documentation/healthkit/hkunit/4338085-appleeffortscore Once this is added, you can now...