Update contacts use message location based on Apple comments

This commit is contained in:
Christophe Deschamps 2024-10-09 11:55:15 +02:00
parent 5f7167a999
commit d40e86cdbf
2 changed files with 3 additions and 2 deletions

View file

@ -218,7 +218,7 @@
LOGD(@"CNContactStore authorization granted");
dispatch_async(dispatch_get_main_queue(), ^{
if (bctbx_list_size(linphone_core_get_account_list(LC)) == 0 && ![LinphoneManager.instance lpConfigBoolForKey:@"use_rls_presence_requested"]) {
[SwiftUtil requestRLSPresenceAllowance];
//[SwiftUtil requestRLSPresenceAllowance];
}
});
NSError *contactError;

View file

@ -103,7 +103,8 @@
<key>NSCameraUsageDescription</key>
<string>Share photos with your friends and customize avatars</string>
<key>NSContactsUsageDescription</key>
<string>Make calls with your friends</string>
<string>To improve your experience, well store your contacts' phone numbers to show you which friends are using the app. Your data will be securely stored and only used according to our Privacy Policy.
You can disable this at any time.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>Stream audio and video through the local network</string>
<key>NSLocationWhenInUseUsageDescription</key>