From 5eb66339170c95213817503534efc685c89c8cbd Mon Sep 17 00:00:00 2001 From: Ashok Sekar Date: Thu, 17 Oct 2019 16:03:34 +0530 Subject: [PATCH] Missing key strings in plist required for uploading to App connect --- tealeaf/TeaLeafIOS-Info.plist | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tealeaf/TeaLeafIOS-Info.plist b/tealeaf/TeaLeafIOS-Info.plist index bec00599..007d62b6 100644 --- a/tealeaf/TeaLeafIOS-Info.plist +++ b/tealeaf/TeaLeafIOS-Info.plist @@ -52,8 +52,6 @@ UIAppFonts - UIApplicationExitsOnSuspend - UIPrerenderedIcon UIStatusBarHidden @@ -77,5 +75,11 @@ UIViewControllerBasedStatusBarAppearance + NSPhotoLibraryUsageDescription + This app requires access to the photo library. + NSLocationAlwaysUsageDescription + This app requires access to your location. + NSLocationWhenInUseUsageDescription + This app requires access to your location.