Silent background notifications on ios

Please provide the following:

  1. SDK Version: 46
  2. Platforms(Android/iOS/web/all): ios

Is it possible to have a local background notification that doesn’t alert the user? I’m looking for a way to run a piece of code every few minutes in order to determine device availability for a dispatching app. I would like to use a periodic timed local notification for this, but I can’t find a way to not alert the user while doing this.

I am considering switching to background-fetch instead, but I was hoping for something more reliably timed than that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.