A
A
AzamatBolegenov2017-06-16 13:59:00
iOS
AzamatBolegenov, 2017-06-16 13:59:00

Is it possible to send a request to the server when the application is not running on the phone?

My application should send every 30 minutes a request to the server even if it is not running on the phone. The server then responds in JSON. If the application received a response, it should issue a Push Notification to the user with the content that was received from the server in JSON. I know how to write a request and make it request every 30 minutes, but how to make it send even if it is not running on the phone and where to write this request ??? help me please ))

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2017-06-16
@nirvimel

How else to send requests to the server when the application is not even installed on the phone?

A
Anton Gorb, 2017-06-18
@AntonGorb

Background Execution

S
Statusgman, 2017-06-22
@Statusgman

If the application was unloaded from memory, then I do not know how to crank out what you want.
If the application was launched and minimized, then yes, there is such a possibility: see Anton Gorb 's answer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question