Hi!
I want to build an app which fetches a small amount of information from the web and gives a notification once a day. I would say this is a typical use for a background fetch.
I have everything implemented but no matter which parameter i give to
setMinimumBackgroundFetchInterval
(lets say 600 for 10 Minutes, 1800 for half an hour, the constant UIApplicationBackgroundFetchIntervalMinimum)
the backgound fetch doesn't work properly.
Sometimes it gives me 2-3 times in an hour a fetch, sometimes for more than 24 hours NOTHING happens.
What am I doing wrong? Does someone have a WORKING Swift example who can share it with me?
THANK YOU VERY MUCH.