Good afternoon, such a task - you need to perform periodic requests to the server once in a certain period of time, while the application can be minimized, in what way is it better to implement? Can this be implemented at all? I know that Android can do this with alarmManager
- in ios7 and above there is such a thing background fetch. developer.apple.com/library/ios/documentation/iPhone/Conceptual/… - Max Mikheyenko
- @MaxMikheyenko Make a reply, in the end it turned out to be true for my case - user204104
|