EnsembleUI / ensemble

Build native apps 20x faster than Flutter, RN or any other tech
https://ensembleui.com/
BSD 3-Clause "New" or "Revised" License
124 stars 15 forks source link

Build Issue - turning on location should *not* translate into `NSLocationAlwaysAndWhenInUseUsageDescription` in info.plist #1558

Open kmahmood74 opened 2 months ago

kmahmood74 commented 2 months ago

NSLocationAlwaysAndWhenInUseUsageDescription is for location access at all times. This is serious and Apple rejects a lot of apps due to this.

When a user turns on Location in the studio, it should translate into NSLocationWhenInUseUsageDescription

kmahmood74 commented 2 months ago

@hemish11 has this been fixed?