Skip to content

Commit f67d30e

Browse files
authored
Fix iOS external GPS connection details
Added information about external GPS receiver connection and internal GPS provider recommendation for iOS.
1 parent 57d9054 commit f67d30e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/field/external_gps/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,10 @@ The mock location will be used by the <MobileAppNameShort /> automatically as if
9292

9393
Direct connection via the <MobileAppNameShort /> is not possible on iOS devices.
9494

95-
External GPS can be connected to your iOS device via Bluetooth. Depending on the GPS manufacturer, there may be a custom app, which then provides position to your iOS device. The <MobileAppNameShort /> sees this as an internal GPS receiver automatically, without additional configuration.
95+
External GPS can be connected to your iOS device via Bluetooth. Depending on the GPS manufacturer, there may be a custom app, which then provides position to your iOS device. The <MobileAppNameShort /> sees this as an internal GPS receiver automatically, without additional configuration. <MobileAppNameShort /> will report if external GPS receiver is connected.
9696

9797
![iOS GPS receiver](./external-gps-ios.jpg "iOS GPS receiver")
9898

99-
::: tip Internal GPS provider
100-
When setting up external GPS receiver on iOS, we recommend using the *Internal* receiver option in [GPS Settings](../mobile-app-ui/#gps-settings) as this will show if mocked location is detected in the [GPS info](../mobile-app-ui/#current-position-and-gps-info) panel.
101-
:::
102-
10399
## External GPS troubleshooting
104100
If you encounter issues with external GPS in the <MobileAppNameShort />, make sure that:
105101
- your Bluetooth is turned on

0 commit comments

Comments
 (0)