iOS Background Fetch support

  1. 4 years ago

    Marc

    2 Jul 2019 User since 2018

    iOS has Background Fetch that allows you to run code when the app is in the background. This allows you to for example refresh data and/or send local notifications.

    This is not the same as the Timer control, as with Background Fetch the interval is determined by iOS (based on app usage by user).

or Sign Up to reply!