File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments