How can I exclude the call and sms feature from Ipod Touch but still retain it's functionality on the iPhone. The iPod Touch of course has no phone and sms is available via an optional app. Tech support kindly suggested I take a look at the system call "sysctlbyname" and the section on "CTL_HW" from the Apple provided iPhoneOS reference documentation. http://developer.apple.com/iphone/library/documentation/System/Conceptual/ManPages%5FiPhoneOS/man3/sysctlbyname.3.html
They said it is necessary to check the machine class and machine type to determine if the device is capable of supporting phone calling. Well I looked at it and it's Greek to me. On the other hand can this snippet from your forum:
[Bind(Exclude="ID, Name")]
be used to exclude assess to my in-app Contact Book feature on the iPod Touch? If so, I imagine it would be inserted into the RetrieveContactInfoViewController.m file, but in which section. (of course there are RetrieveContactInfoViewAppDelegate files available also). How can I exclude phone features from the iPod Touch?