Qt 6.11 is out! See what's new in the release
blog
IOS 8 location services
Mobile and Embedded
1
Posts
1
Posters
535
Views
1
Watching
-
Is there any working example of how to get GPS position in IOS 8
I used @ connect(source, SIGNAL(positionUpdated(QGeoPositionInfo)),
this, SLOT(positionUpdated(QGeoPositionInfo)));@but the service function is never called,
is there anything else the application has to do to get access to location services ?
any help will be appreciated
ed