Skip to content

Commit 583a084

Browse files
committed
Don't ask for permissions using new API on startup
1 parent 93332a4 commit 583a084

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shiny.Locations/Platforms/Apple/GeofenceManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public async void Start()
2828
var regions = repository.GetList<GeofenceRegion>();
2929
if (regions.Any())
3030
{
31-
(await this.RequestAccess().ConfigureAwait(false)).Assert();
3231
var mon = await this.GetMonitor();
3332

3433
foreach (var region in regions)

0 commit comments

Comments
 (0)