You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows (.NET 7 Target - only Core is currently supported, BLE is coming)
Version(s) of Operation Systems
iOs 17.2 (real device)
Hosting Model
MAUI
Native/Classic Xamarin
Manual
Steps To Reproduce
Request Access on iOS
You will get an requester: Allow Once, Allow While Using App or Don't allow
Select Allow While using App
You will get that the AccesState that's not equal to Available
Expected Behavior
Expected behavior is that I will get an requester like this:
To obtain Always authorization, the app must first request When In Use permission followed by requesting Always authorization. Is there something I need to add? Or is this a bug.
Actual Behavior
Missing the requester.
Exception or Log output
No exception.
Code Sample
var request = new GpsRequest
{
Accuracy = GpsAccuracy.High,
BackgroundMode = GpsBackgroundMode.Realtime,
};
var access = await this.manager.RequestAccess(request);
if (access != AccessState.Available)
{
// end up here when user select "Allow While Using App"
}
Code of Conduct
I have supplied a reproducible sample that is NOT FROM THE SHINY SAMPLES!
I am a Sponsor OR I am using the LATEST stable/beta version from nuget (v3.0 stable - ALPHAS are not taking issues - Sponsors can still send v2 issues)
I am Sponsor OR My GitHub account is 30+ days old
I understand that if I am checking these boxes and I am not actually following what they are saying, I will be removed from this repository!
The text was updated successfully, but these errors were encountered:
Component/Nuget
GPS or Geofencing (Shiny.Locations)
What operating system(s) are effected?
Version(s) of Operation Systems
iOs 17.2 (real device)
Hosting Model
Steps To Reproduce
Expected Behavior
Expected behavior is that I will get an requester like this:
To obtain Always authorization, the app must first request When In Use permission followed by requesting Always authorization. Is there something I need to add? Or is this a bug.
Actual Behavior
Missing the requester.
Exception or Log output
No exception.
Code Sample
Code of Conduct
The text was updated successfully, but these errors were encountered: