INFOPLIST_KEY_NSCameraUsageDescription="We need to obtain your camera permission in order to save the photos you take in the private album feature";
INFOPLIST_KEY_NSContactsUsageDescription="Phone Manager needs access to your contacts to find and merge duplicate contacts";
INFOPLIST_KEY_NSLocalNetworkUsageDescription="We need to access the network to load content";
INFOPLIST_KEY_NSMicrophoneUsageDescription="We need to obtain your microphone permission in order to use it when shooting videos in the private album feature";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription="We need to access your album in order to find the photos you want to change and update them";
...
...
@@ -606,6 +607,7 @@
GENERATE_INFOPLIST_FILE=YES;
INFOPLIST_FILE=PhoneManager/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription="We need to obtain your camera permission in order to save the photos you take in the private album feature";
INFOPLIST_KEY_NSContactsUsageDescription="Phone Manager needs access to your contacts to find and merge duplicate contacts";
INFOPLIST_KEY_NSLocalNetworkUsageDescription="We need to access the network to load content";
INFOPLIST_KEY_NSMicrophoneUsageDescription="We need to obtain your microphone permission in order to use it when shooting videos in the private album feature";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription="We need to access your album in order to find the photos you want to change and update them";