Commit 78aa8a9f authored by Timur Pocheptsov's avatar Timur Pocheptsov
Browse files

iOS 8 - CLLocationManager authorization


iOS8 introduced a new authorization scheme for Location data.
Before retrieving location data, CLLocationManager must request authorization.
Call two methods: requestAlwaysAuthorization/requestWhenInUseAuthorization
on a location manager (which one will work/preferred - can be adjusted
by setting NSLocationAlwaysUsageDescription/NSLocationWhenInUseUsageDescription
entries in a plist).

Task-number: QTBUG-41827
Change-Id: I9fc24921dc7d889b629b2c71e7698a33fc6ae47a
Reviewed-by: default avatarAlex Blasche <alexander.blasche@digia.com>
parent 4aa90d77
No related merge requests found
Showing with 18 additions and 0 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment