It seems that when external GPS receiver is connected to device, we are not receiving updates for vertical accuracy and number of used/viewed satellites.
These informations should be coming from QGeoSatelliteInfoSource and QGeoPositionInfoSource.
Possible places where issue might come from:
Qt positioning uses old location API
App used for mock location is not passing these data to a system
We are somehow wrongly reading data coming from Qt (this is probably not the case, wrong behaviour was seen on other applications too).
Found on Android device, needs to be tested on iOS
It seems that when external GPS receiver is connected to device, we are not receiving updates for vertical accuracy and number of used/viewed satellites.
These informations should be coming from QGeoSatelliteInfoSource and QGeoPositionInfoSource. Possible places where issue might come from:
Found on Android device, needs to be tested on iOS