Nope, did not know. Not really an iOS guy, but that key was it!

Thanks!

> Sent: Wednesday, August 19, 2015 at 2:43 PM
> From: maitai <mai...@virtual-winds.org>
> To: Interest@qt-project.org
> Subject: Re: [Interest] Qt positioning
>
> Very probably you know it already, you need to put that in your 
> info.plist file:
> 
>       <key>NSLocationAlwaysUsageDescription</key>
>       <string>Location information needed for whatever reason..</string>
> 
> Le 19-08-2015 19:54, Jason H a écrit :
> >> Sent: Wednesday, August 19, 2015 at 5:33 AM
> >> From: "Blasche Alexander" <alexander.blas...@theqtcompany.com>>What is 
> >> the status of this? I'm at a point now where the feature using 
> >> positioning is on the radar.
> >> 
> >> An invalid PositionSource is an indication that you don't even load 
> >> the Position plugin/engine. In such scenarios you will never get any 
> >> updates. I suggest you start testing the issue by using one of the 
> >> provided > position examples (e.g. geoflickr or weatherinfo).
> >> 
> >> The provided QML is just not enough to figure out why it might no load 
> >> and indeed it may never be enough as it may depend on how you build 
> >> and your application. Please don't post your entire application 
> >> (unless it > is a very very small test case app or you are referring 
> >> to an existing example) either though.
> >> 
> >> Check that you are adding Qt+= positioning or otherwise the required 
> >> plugins may not even be deployed.
> >  
> > Well it works for Android. On IOS, I just get NaN, NaN
> > 
> > Everytime I relaunch the app in Creator, it clears the Location
> > permission. Location Services are on. I set this to "Always" for my
> > app. No result.
> > 
> > Are there any special notes for iOS?
> > 
> > 
> > _______________________________________________
> > Interest mailing list
> > Interest@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to