Morning! So our iOS app has just been rejected by Apple because, quote: "app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the iOS Human Interface Guidelines". It states that to resolve this issue, we need to revise the NSLocationAlwaysUsageDescription and NSLocationWhenInUseUsageDescription in the Info.plist, but where does one set these values in an AppStudio app?
Thanks!