xcode - How to Send SMS using CTMessageCenter or any approch Without composer view controller ( iOS 7 ) -
i want send message in background without composer view controller,i have tried bellow code
bool success = [[ctmessagecenter sharedmessagecenter] sendsmswithtext:@"xyz" servicecenter:nil toaddress:@"+9199007300"]; if(success) { nslog(@"message sent = %d",success); } else { nslog(@"message not sent = %d",success); }
this code prints "message not sent = 0".please can help me ?
xcode ios7 sms ios7.1
No comments:
Post a Comment