From 17f61441f0aea85338907a65c37246213a35c99f Mon Sep 17 00:00:00 2001 From: William Bohrmann <118313312+williambohrmann3@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:25:22 -0700 Subject: [PATCH] Address store-specific issues (#1512) Co-authored-by: Hamish Duff --- .../Maui.Samples/Platforms/Android/AndroidManifest.xml | 3 +-- src/MAUI/Maui.Samples/Platforms/iOS/Info.plist | 8 -------- src/MAUI/Maui.Samples/Resources/SettingsPage/about.md | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/MAUI/Maui.Samples/Platforms/Android/AndroidManifest.xml b/src/MAUI/Maui.Samples/Platforms/Android/AndroidManifest.xml index 8626fa3d27..fdf5bc81c8 100644 --- a/src/MAUI/Maui.Samples/Platforms/Android/AndroidManifest.xml +++ b/src/MAUI/Maui.Samples/Platforms/Android/AndroidManifest.xml @@ -1,5 +1,5 @@  - + @@ -10,7 +10,6 @@ - diff --git a/src/MAUI/Maui.Samples/Platforms/iOS/Info.plist b/src/MAUI/Maui.Samples/Platforms/iOS/Info.plist index 3387449a8b..5513c7d48c 100644 --- a/src/MAUI/Maui.Samples/Platforms/iOS/Info.plist +++ b/src/MAUI/Maui.Samples/Platforms/iOS/Info.plist @@ -32,14 +32,6 @@ Your location information is used to enable location display on maps and to find points of interest nearby. CFBundleTypeRole Editor - UIBackgroundModes - - - bluetooth-central - - - bluetooth-peripheral - NSBluetoothAlwaysUsageDescription The app needs bluetooth to scan for iBeacons NSBluetoothPeripheralUsageDescription diff --git a/src/MAUI/Maui.Samples/Resources/SettingsPage/about.md b/src/MAUI/Maui.Samples/Resources/SettingsPage/about.md index 938333dac0..4a96b412cf 100644 --- a/src/MAUI/Maui.Samples/Resources/SettingsPage/about.md +++ b/src/MAUI/Maui.Samples/Resources/SettingsPage/about.md @@ -1,4 +1,4 @@ -# ArcGIS Maps SDK for Native Apps samples (.NET MAUI) +# ArcGIS Maps SDK .NET MAUI Samples This sample viewer shows how different features of the ArcGIS Maps SDK for Native Apps can be implemented on Microsoft .NET MAUI. @@ -6,7 +6,7 @@ This sample viewer shows how different features of the ArcGIS Maps SDK for Nativ ## Resources -[Project on GitHub](https://github.com/Esri/arcgis-maps-sdk-dotnet-samples) | [Tutorials](https://developers.arcgis.com/labs/browse/?topic=any&product=NET) | [License](https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/blob/master/license.txt) +[Project on GitHub](https://github.com/Esri/arcgis-maps-sdk-dotnet-samples) | [Tutorials](https://developers.arcgis.com/labs/browse/?topic=any&product=NET) | [License](https://github.com/Esri/arcgis-maps-sdk-dotnet-samples/blob/master/license.txt) | [Privacy Policy](https://www.esri.com/en-us/privacy/overview) ----