Changes between Version 28 and Version 29 of Getting-Started/iPhone
- Timestamp:
- Sep 23, 2010 9:06:28 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v28 v29 68 68 69 69 If 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. 71 71 2. Make sure that voip is included in the required background modes (UIBackgroundModes) in the application’s Info.plist file. 72 72 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").