0

I am New to iphone. Currently I am using Mac os 3.2, By using this version can i send Instant message programmatically? Because,I got an error like undelared MFMessageViewController.

What can I do? If it possible,then send sample code.

Thanks in Advance.

user559080
  • 1
  • 1
  • 2

1 Answers1

1

MFMessage service was made public for the iOS 4.0 and later.So if you want to integrate SMS facility then you will have to upgrade your XCode SDK 3.2(& iO.S >= 4.0).

You can implement SMS functionality by following the sample code provided by Apple. https://developer.apple.com/library/ios/#samplecode/MessageComposer/Introduction/Intro.html

Cheers Aditya

Aditya
  • 4,414
  • 5
  • 29
  • 40