From f7ad27cdb646d93adf8116f16ebeec2d58b4fb69 Mon Sep 17 00:00:00 2001 From: Naveed Jooma Date: Tue, 14 Nov 2023 15:16:40 -0500 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e3746ba5a4f..eb539c5accd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,19 @@ Make sure your project meets the minimum requirements: `flutter pub add viam_sdk` +### Update Info.plist + +If you are building for Apple platforms, you may have to update your app's `Info.plist`. `NSLocalNetworkUsageDescription` is needed to establish stable WebRTC connections, and `NSBonjourServices` is required to connect to local devices via mDNS. + +```plist +NSLocalNetworkUsageDescription +Viam requires access to your devices local network to connect to your devices. +NSBonjourServices + + _rpc._tcp + +``` + ## Usage You can use the Viam SDK to connect to an existing robot (to create a robot, view the [documentation](https://docs.viam.com/) or [try Viam](https://docs.viam.com/try-viam/)).