linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] iOS 5 device linphone app crash


From: BIENKOWSKI Guillaume
Subject: Re: [Linphone-developers] iOS 5 device linphone app crash
Date: Tue, 24 Jun 2014 09:16:41 +0200

Hello Alpesh,

You won't be able to use the Linphone iPhone app for devices running iOS < 6. After this AudioSession compilation error, you'll encounter runtime errors regarding the xibs.
That's absolutely normal: we've started using the iOS6-specifics (AudioSession objects, strings file-based translations) a few months ago, because it immensely simplifies the maintainability.

The liblinphone SDK, though, is still compatible upward of iOS 4, so if you have to stick to the iOS 5 compatibility, you'll have to implement your own UI.


Regards,

Guillaume BIENKOWSKI
http://www.belledonne-communications.com/
sip:address@hidden


On Mon, Jun 23, 2014 at 12:33 PM, alpesh prajapati <address@hidden> wrote:
After compiling the libraries (make all) and building the XCode project, when trying to run on my iOS 5 device, I got a crash at LinphoneManager.m:

        //init audio session
        AVAudioSession *audioSession = [AVAudioSession sharedInstance];
        BOOL bAudioInputAvailable= audioSession.inputAvailable; /* HERE */

Because AVAudioSession::inputAvailable requires iOS 6

please provide solution for iOS 5.

--
Kind Regards,
Alpesh Prajapati

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]