Ultra Wideband availability
Devices equipped with the Apple-designed U1 chip have Ultra Wideband technology for spatial awareness. Learn which iPhone models and which countries and regions support Ultra Wideband.
Ultra Wideband is available on iPhone 11, iPhone 12, and iPhone 13 models. Ultra Wideband isn't available in all countries or regions and is subject to international regulatory requirements that require it to be turned off in certain locations.
Ultra Wideband isn't available in these countries or regions:
- Armenia
- Azerbaijan
- Belarus
- Indonesia
- Kazakhstan
- Kyrgyzstan
- Nepal
- Russia
- Tajikistan
- Turkmenistan
- Ukraine
- Uzbekistan
See: https://support.apple.com/en-al/HT212274
If you are not located in these countries, you need to check your info.plist to make sure Bonjour Services listed there. Also, make sure that service name must be same with the declared one in plist. For example:
<key>NSBonjourServices</key>
<array>
<string>_nisample._tcp</string> // ATTENTION: _nisample._tcp
</array>
mcBrowser = MCNearbyServiceBrowser(peer: localPeerID, serviceType: "nisample")