We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1403b68 commit 7c8af62Copy full SHA for 7c8af62
example/ios/ServiceDiscoveryExample/Info.plist
@@ -48,5 +48,13 @@
48
</array>
49
<key>UIViewControllerBasedStatusBarAppearance</key>
50
<false/>
51
+ <key>NSBonjourServices</key>
52
+ <array>
53
+ <string>_daikin._tcp</string>
54
+ <string>_http._tcp</string>
55
+ <string>_https._tcp</string>
56
+ </array>
57
+ <key>NSLocalNetworkUsageDescription</key>
58
+ <string>We need access to the local network to be able to connect a device to your network.</string>
59
</dict>
60
</plist>
0 commit comments