Learn how to interact with a nearby device by measuring the distance between a watch and a paired iPhone.
- Note: This sample code project is associated with WWDC21 session 10165: Explore Nearby Interaction with Third-Party Accessories.
You can run this sample either in the simulator or on paired devices. When running on paired devices, both the watch and iPhone must contain the U1 chip.
To run on paired devices:
- Select the WatchNIDemo target, then change the bundle ID to . Select the right team to let Xcode automatically manage your provisioning profile.
- Repeat step 1 for the WatchKit app and WatchKit Extension target. The bundle IDs should be .watchkitapp and .watchkitapp.watchkitextension respectively.
- Next, for the WatchKit app target, select the Info tab, and change the value of WKCompanionAppBundleIdentifier key to .
- Finally, open the Info.plist file of the WatchKit Extension target, navigate to NSExtension > NSExtensionAttributes > WKAppBundleIdentifier key, and change the value of the key to .watchkitapp.