iOS 12 GeoFlickr Positioning Issues
Unsolved
Mobile and Embedded
-
Hi all,
I've been having issues getting the GeoFlickr example app to run on my iPhone 8+. The issue seems to be with actual positioning portion of the code.
From my searchers I have found and included NSLocationAlwaysAndWhenInUseUsageDescription, NSLocationAlwaysWhenInUseUsageDescrption, and NSLocationAlwaysUseageDescription into the Info.plist file. I then add QMAKE_INFO_PLIST = ios/Info.plist to my pro file.
This seems to be where peoples solutions end, however this has failed to resolve the problem. It just keeps returning null values. I also notice that there is no permission popup asking for GPS permissions, which I assume there should be.
Anyone have any ideas?