Send SMS at a time interval without user interaction until i didn't stop

StackOverflow https://stackoverflow.com/questions/22111681

  •  18-10-2022
  •  | 
  •  

문제

I want in my app that when i click a button (start) SMS would sent on saved contacts in my app with a one click on alert window but using MFMessageComposeViewController i have to click on send then it sent then how can i send SMS without user interaction until stop button is not clicked.

올바른 솔루션이 없습니다

다른 팁

here are some Paid SMS APIs , you just need to call their service on periodic basic(probably by calling a method which is called repeatedly using NSTimer) :

www.world-text.com, www.gateway160.com, http://www.smsglobal.com/, www.nexmo.com

Or please check this link, it has list of 50+ SMS APIs

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top