ios - Send imessages without MFMessageComposeViewController -
i make own imessages message app. app ready dont know how send imessages without showing mfmessagecomposeviewcontroller. know there way. using in bytesms , other message.app alternatives.
so there way so?
thanks answer!
it shouldn't submited appstore. app should submited cydia or other 3rd party stores.
you can't tired send message in background using ctmessagecenter works me apple rejected app due using private framework (ctmessagecenter)
so if want , wants upload app on appstore way use 3rd party webservice
if dont want upload appstore can use ctmessagecenter surely works you
#import <coretelephony/ctmessagecenter.h> [[ctmessagecenter sharedmessagecenter] sendsmswithtext:@"your message here" servicecenter:nil toaddress:@"receiver's phone number here"];
here post may looking send sms using core telophony?
Comments
Post a Comment