Answer the question
In order to leave comments, you need to log in
Background sending messages in IOS app? how to implement?
How to make in the application so that in the settings we indicate the number and text of the message, and already when using the application we press the button and the SMS is sent in the background, without switching to additional controllers?
Answer the question
In order to leave comments, you need to log in
You can try to open additional controllers and fill them automatically and just not show them. All actions to do
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_BACKGROUND, 0), ^{...});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question