Skip to content

Commit 5bb9e16

Browse files
author
Geraint White
committed
Add NSBonjourServices to README
1 parent 399de97 commit 5bb9e16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
9898
<string>YOUR TEXT</string>
9999
<key>NSFaceIDUsageDescription</key>
100100
<string>YOUR TEXT</string>
101+
<key>NSLocalNetworkUsageDescription</key>
102+
<string>YOUR TEXT</string>
101103
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
102104
<string>YOUR TEXT</string>
103105
<key>NSLocationAlwaysUsageDescription</key>
@@ -126,6 +128,13 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
126128
<key>NSUserTrackingUsageDescription</key>
127129
<string>YOUR TEXT</string>
128130

131+
<!-- 🚨 This is required when requesting PERMISSIONS.IOS.LOCAL_NETWORK_PRIVACY 🚨 -->
132+
133+
<key>NSBonjourServices</key>
134+
<array>
135+
<string>_lnp._tcp.</string>
136+
</array>
137+
129138
<!---->
130139

131140
</dict>

0 commit comments

Comments
 (0)