In Android it is possible to send notifications, make queries via http, execute methods, all through a Service without the user having to run the application, just because the service is active, everything happens naturally. I see that in iOS there is no such concept of Services.
How do I perform a simple method (from time to time) without having to open the application manually, ie a concept of "Service".