mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Update contacts use message location based on Apple comments
This commit is contained in:
parent
5f7167a999
commit
d40e86cdbf
2 changed files with 3 additions and 2 deletions
|
|
@ -218,7 +218,7 @@
|
||||||
LOGD(@"CNContactStore authorization granted");
|
LOGD(@"CNContactStore authorization granted");
|
||||||
dispatch_async(dispatch_get_main_queue(), ^{
|
dispatch_async(dispatch_get_main_queue(), ^{
|
||||||
if (bctbx_list_size(linphone_core_get_account_list(LC)) == 0 && ![LinphoneManager.instance lpConfigBoolForKey:@"use_rls_presence_requested"]) {
|
if (bctbx_list_size(linphone_core_get_account_list(LC)) == 0 && ![LinphoneManager.instance lpConfigBoolForKey:@"use_rls_presence_requested"]) {
|
||||||
[SwiftUtil requestRLSPresenceAllowance];
|
//[SwiftUtil requestRLSPresenceAllowance];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
NSError *contactError;
|
NSError *contactError;
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,8 @@
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>Share photos with your friends and customize avatars</string>
|
<string>Share photos with your friends and customize avatars</string>
|
||||||
<key>NSContactsUsageDescription</key>
|
<key>NSContactsUsageDescription</key>
|
||||||
<string>Make calls with your friends</string>
|
<string>To improve your experience, we’ll 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>
|
<key>NSLocalNetworkUsageDescription</key>
|
||||||
<string>Stream audio and video through the local network</string>
|
<string>Stream audio and video through the local network</string>
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue