mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Skip file-based remote provisioning for iPhone, it is quite complicated to implement
This commit is contained in:
parent
77aaf5bb8c
commit
dc78b3fe8a
1 changed files with 4 additions and 1 deletions
|
|
@ -104,7 +104,10 @@ static void remote_provisioning_default_values(void) {
|
|||
static void remote_provisioning_file(void) {
|
||||
LinphoneCoreManager* marie;
|
||||
const LpConfig* conf;
|
||||
#if ANDROID
|
||||
#if TARGET_OS_IPHONE
|
||||
ms_message("Skipping remote provisioning from file on iOS");
|
||||
return;
|
||||
#elif defined(ANDROID)
|
||||
marie = linphone_core_manager_new2("marie_remote_localfile_android_rc", FALSE);
|
||||
#else
|
||||
marie = linphone_core_manager_new2("marie_remote_localfile_rc", FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue