I am currently working on an application that periodically (every minute) makes a network call when the application is encrypted or killed. This network call will send information to our API.
Is this possible on iOS? How?
Assuming that you need a service, for example, the Social Media application, where it will check the background every minute for new activity, you should use background execution.
Check out this background tutorial and Apple Reference for Background Execution .
Source: https://habr.com/ru/post/1242709/More articles:https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1242704/how-to-properly-convert-listeners-to-reactive-observables-using-rxjava&usg=ALkJrhhb7Eq8zwj81bxYYYAvfUNo_n4iewHow to save a vector in a fixed place in memory using Altivec - c ++MirageOS - Unable to build unikernel for XEN - xenSwift, custom UIButton not working if clicked - iosComplex shape with rainbow gradient - javascriptConverting data to a list - pythonBest way to control and kill other running processes on Linux? - c ++Uncaught ReferenceError: checkLoginState not detected using facebook API - javascriptUsing the GPU as a graphics card or GPGPU - theanoHow to determine if an object was placed using a new placement - c ++All Articles