Essentials
Essentials copied to clipboard
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
### Description of Change ### Added additional Contact meta data for phone number type and default (currently Android-only). It's a minor change and existing tests/samples/docs should be sufficient. ### Bugs...
I started using the Web Authenticator to do twitch auth for an app, but the browser does not close and redirects back to the app. I build my auth like...
### Description of Change ### iOS 14 added the ability for users to grant location permission with reduced accuracy. In such cases the requested accuracy is ignored and the coarse...
### Description Currently when you switch to android 12 - and you are scanning for BT, the app crashes Need android.permission.BLUETOOTH_SCAN permission for android.content.AttributionSource@f9e3658f: GattService registerScanner currently Essentials doesn't support...
### Description Opening up a youtube link with launch mode set to `external` causes an exception `Xamarin.Essentials.FeatureNotSupportedException: Specified method is not supported.` I'd expect it to either open the YouTube...
### Description File Picker works as expected in Debug mode but not in Release, unless you check the option to enable the Mono interpreter. The interpreter is enabled by default...
### Description of Change ### Implement the `MediaPicker` with `PHPickerConfiguration` for iOS 14+. ### Bugs Fixed ### - Fixes #1402 ### API Changes ### None. ### Behavioral Changes ### On...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/MicrosoftCognitiveServicesSpeech-APIs-/1686701)._ --- Using the voice recognizer from CognitiveServices changes an iOS setting that allows text-to-speech to play audio from the...
## Summary Add the possibility to check push notifications permission. ## API Changes ``` var status = await Permissions.CheckStatusAsync(); ``` Of course, you cannot request push notifications permission from the...
### Description The Xiaomi Redmi Note 10 return false when calling `Launcher.CanOpenAsync("geo:0,0?q=Alte%20R%C3%B6merstra%C3%9Fe%2075%2C%2085221%20Dachau")` When calling a link on webpage it works: `Alte Römerstrasse 78, 85221 Dachau` ### Expected Behavior The Launcher...