File tree 1 file changed +9
-0
lines changed 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:
98
98
<string >YOUR TEXT</string >
99
99
<key >NSFaceIDUsageDescription</key >
100
100
<string >YOUR TEXT</string >
101
+ <key >NSLocalNetworkUsageDescription</key >
102
+ <string >YOUR TEXT</string >
101
103
<key >NSLocationAlwaysAndWhenInUseUsageDescription</key >
102
104
<string >YOUR TEXT</string >
103
105
<key >NSLocationAlwaysUsageDescription</key >
@@ -126,6 +128,13 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
126
128
<key >NSUserTrackingUsageDescription</key >
127
129
<string >YOUR TEXT</string >
128
130
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
+
129
138
<!-- … -->
130
139
131
140
</dict >
You can’t perform that action at this time.
0 commit comments