Skip to content

Commit

Permalink
Added link to permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimiasty authored Feb 7, 2024
1 parent 1637152 commit 97bde29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This README is created to assist you in developing next-generation, real-world a

Our **Estimote UWB SDK** is a software library designed to showcase precise ranging capabilities using Estimote UWB Beacons. It leverages the Core Bluetooth API and the Nearby Interactions API to discover, connect to, and range between UWB-enabled iPhones and beacons.

To integrate the Estimote UWB SDK into your project, you need to import the `EstimoteUWB` files into your Xcode project. Additionally, ensure that you have added all the necessary permissions to your `Info.plist` file for the SDK to function correctly. Detailed instructions on the required permissions are provided towards the end of this document.
To integrate the Estimote UWB SDK into your project, you need to import the `EstimoteUWB` files into your Xcode project. Additionally, ensure that you have added all the necessary permissions to your `Info.plist` file for the SDK to function correctly. Detailed instructions on the required permissions are provided towards [the end of this document.](https://github.com/Estimote/iOS-Estimote-UWB-SDK/blob/master/README.md#required-user-permissions)

```swift
import EstimoteUWB
Expand Down

0 comments on commit 97bde29

Please sign in to comment.