diff --git a/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs b/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs
index 1a2d6687..c36e49f8 100644
--- a/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs
+++ b/Softeq.XToolkit.Permissions.iOS/Permissions/Bluetooth.cs
@@ -1,8 +1,6 @@
// Developed by Softeq Development Corporation
// http://www.softeq.com
-using System;
-using System.Collections.Generic;
using System.Threading.Tasks;
using CoreBluetooth;
using BasePlatformPermission = Microsoft.Maui.ApplicationModel.Permissions.BasePlatformPermission;
@@ -12,10 +10,6 @@ namespace Softeq.XToolkit.Permissions.iOS.Permissions
{
public class Bluetooth : BasePlatformPermission
{
- ///
- protected override Func> RequiredInfoPlistKeys =>
- () => new string[] { "NSBluetoothAlwaysUsageDescription" };
-
///
public override Task CheckStatusAsync()
{