Hi all.
I just tested a simple project with GPS on both of my phones - iPhone 7 with iOS 15.8.5 and iPhone 11 with iOS 26.1
On iPhone 7 the permission dialog appears and asks how do I want allow the location Just once, always and so on.
On iPhone iPhone 11 with iOS 26.1 the Location permission dialog doesn't appear at all.
I got stuck - how to allow the location now?
Here is a list of permissions in Main
I attached the project.
Thanks.
I just tested a simple project with GPS on both of my phones - iPhone 7 with iOS 15.8.5 and iPhone 11 with iOS 26.1
On iPhone 7 the permission dialog appears and asks how do I want allow the location Just once, always and so on.
On iPhone iPhone 11 with iOS 26.1 the Location permission dialog doesn't appear at all.
I got stuck - how to allow the location now?
Here is a list of permissions in Main
B4X:
#PlistExtra:<key>NSLocationAlwaysAndWhenInUseUsageDescription</key><string>Monitor some region.</string>
#PlistExtra:<key>NSLocationWhenInUseUsageDescription</key><string>Monitor some region.</string>
#PlistExtra:<key>NSLocationAlwaysUsageDescription</key><string>Monitor some region.</string>
#PlistExtra:<key>NSLocationUsageDescription</key><string>Monitor some region.</string>
I attached the project.
Thanks.