I am using UIApplicationBackgroundFetchIntervalMinimum
for background fetch for updating UI. But I know that system decides when to call its method Performfetchwithcompletionhandler
So, sometime it may take 10 min or more or less than 10 min.
I want to set static time into minimum fetch or calling method within 3 minutes. So is there any possibility that I can set 3 minutes into minimumfetchtimeinterval
?
I really appreciate any help.
Thank you