D
D
daryaG2016-09-05 10:41:35
iOS
daryaG, 2016-09-05 10:41:35

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

1 answer(s)
M
Maxim Globak, 2016-09-05
@maximglobak

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 question

Ask a Question

731 491 924 answers to any question