Changes between Version 28 and Version 29 of Getting-Started/iPhone


Ignore:
Timestamp:
Sep 23, 2010 9:06:28 AM (14 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v28 v29  
    6868 
    6969If while in the background, ipjsua (or your application) is unable to detect if there is an incoming call and display the local notification: 
    70  1. Background feature only works with TCP. 
     70 1. Note that background feature only works with TCP. 
    7171 2. Make sure that voip is included in the required background modes (UIBackgroundModes) in the application’s Info.plist file. 
    7272 3. Make sure that the TCP socket is successfully wrapped with CFReadStreamRef (check if there is a message: "Failed to configure TCP transport for VoIP usage").