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
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: PrivacyPrompts/README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
name: Xamarin.iOS - PrivacyPrompts
3
-
description: This sample demonstrates how to check and request access to classes in the Privacy Settings. Notes This sample does not show how to set and access...
2
+
name: Xamarin.iOS - Privacy Prompts
3
+
description: "Demonstrates how to check and request access to classes in the Privacy Settings"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -9,21 +9,24 @@ products:
9
9
urlFragment: privacyprompts
10
10
---
11
11
# PrivacyPrompts
12
+
12
13
This sample demonstrates how to check and request access to classes in the Privacy Settings.
This sample does not show how to set and access the following frameworks:
17
20
18
-
- Health Kit
21
+
- Health Kit
19
22
- Home Kit
20
23
- SiriKit
21
24
22
-
These frameworks will not run on a device without provisioning profiles that contain the correct entitlements. For more information on working with entitlements refer to the [Working with Capabilities](https://developer.xamarin.com/guides/ios/deployment,_testing,_and_metrics/provisioning/working-with-capabilities/) guide.
25
+
These frameworks will not run on a device without provisioning profiles that contain the correct entitlements. For more information on working with entitlements refer to the [Working with Capabilities](https://docs.microsoft.com/xamarin/ios/deploy-test/provisioning/capabilities/?tabs=windows) guide.
23
26
24
27
For examples on using privacy settings in these frameworks, refer to the following samples:
Sample with 'before' and 'after' code to demonstrate [how to use Apple's Instruments tool](https://developer.xamarin.com/guides/ios/deployment,_testing,_and_metrics/walkthrough_Apples_instrument/).
13
+
Sample with 'before' and 'after' code to demonstrate [how to use Apple's Instruments tool](https://docs.microsoft.com/xamarin/ios/deploy-test/walkthrough-apples-instrument).
description: This sample detects QR codes and decodes them. If the value of the QR code is a MIDI note number, that note is played. Use these QR codes to test...
3
+
description: "Detects QR codes and decodes them. If the value of the QR code is a MIDI note number, that note is played"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -12,26 +12,19 @@ urlFragment: qrchestra
12
12
13
13
This sample detects QR codes and decodes them.
14
14
15
-
If the value of the QR code is a MIDI note number,
15
+
If the value of the QR code is a MIDI note number,
16
16
that note is played. Use these QR codes to test (they are generated by the app):
description: This is a port of the WWDC2012 of the same name This sample application utilizes the legacy string drawing functions and the new attributed string...
3
+
description: "Port of the WWDC2012 sample, utilizes the legacy string drawing functions and the new attributed string..."
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -10,7 +10,7 @@ urlFragment: quotes
10
10
---
11
11
# Quotes
12
12
13
-
This is a port of the WWDC2012 of the same name
13
+
This is a port of the WWDC2012 sample.
14
14
15
15
This sample application utilizes the legacy string drawing functions
16
16
and the new attributed string drawing. Various usages and functionality
@@ -20,6 +20,4 @@ Perform a swipe gesture to enter drawing mode, which changes speaker
20
20
text color, italicizes and centers stage direction, and enables the
21
21
slider on the bottom right.
22
22
23
-
**NOTE: This sample will only work with Xcode 5.0 or above.
24
-
25
-
Ported by: Peter Collins
23
+

Copy file name to clipboardExpand all lines: Reachability/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Xamarin.iOS - Reachability Sample
3
-
description: The Reachability sample application demonstrates how to use the System Configuration framework to monitor the network state of an iOS device. In...
3
+
description: "Demonstrates how to use the System Configuration framework to monitor the network state of an iOS device"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -18,7 +18,6 @@ Note: Reachability cannot tell your application if you can connect to a particul
description: This is a MonoTouch port of the WWDC2012 sample of the same name showing how to get around with MapKit. This sample is an example to generate...
3
+
description: "Port of the WWDC2012 sample showing how to get around with MapKit (map)"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
+
extensions:
10
+
tags:
11
+
- map
9
12
urlFragment: regiondefiner
10
13
---
11
14
# RegionDefiner
12
15
13
-
This is a MonoTouch port of the WWDC2012 sample of the same name showing how to get around with MapKit.
16
+
This is a Xamarin.iOS port of the WWDC2012 sample showing how to get around with MapKit.
14
17
This sample is an example to generate GeoJSON coverage files for use with the Maps routing apps API.
0 commit comments