tags:

views:

23

answers:

1

what is the basic configuration of sdk and x code to use core telephony and message composer framework in our application ??i have x code 3.2.2 and sdk 3.2.4 ,can i use these frameworks with this configuration??

+1  A: 

SDK 3.2.4 makes no sense for iPhone.

Core Telephony is 4.0 or later, Massage Composer as well (Mail Composer is 3.x).

You should update your tools to their latest versions anyway, no matter what OS version you target. But those features won't be available prior to 4.0.

Eiko