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 @@ -97,6 +97,8 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
9797 <string >YOUR TEXT</string >
9898 <key >NSFaceIDUsageDescription</key >
9999 <string >YOUR TEXT</string >
100+ <key >NSLocalNetworkUsageDescription</key >
101+ <string >YOUR TEXT</string >
100102 <key >NSLocationAlwaysAndWhenInUseUsageDescription</key >
101103 <string >YOUR TEXT</string >
102104 <key >NSLocationAlwaysUsageDescription</key >
@@ -125,6 +127,13 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
125127 <key >NSUserTrackingUsageDescription</key >
126128 <string >YOUR TEXT</string >
127129
130+ <!-- 🚨 This is required when requesting PERMISSIONS.IOS.LOCAL_NETWORK_PRIVACY 🚨 -->
131+
132+ <key >NSBonjourServices</key >
133+ <array >
134+ <string >_lnp._tcp.</string >
135+ </array >
136+
128137 <!-- … -->
129138
130139</dict >
You can’t perform that action at this time.
0 commit comments