objective c - MFMessageComposer iPhone,Auto Message Send -
any 1 know how implement auto send message using mfmessagecomposer....i mean no need of displaying message composer..we have sent pre-defined message given number..or other way without using mfmessagecomposer..???
you can't auto-send messages mfmessagecomposer. displays message user before sending (and rightly so).
an alternative call webservice dispatches email you. or put enough smtp code in app emails sending. you'll need own email system though you'll not able users email settings.
Comments
Post a Comment