Gilles Dignard
Results
2
comments of
Gilles Dignard
Actually, I was just looking around for sample code, found this and was looking to understand exactly when I needed to initialize the fetch interval. FinishedLaunching was where I presumed...
I based the code in my app on the code in BeerDrinkin, but made the call to `UIApplication.SharedApplication.SetMinimumBackgroundFetchInterval(MINIMUM_BACKGROUND_FETCH_INTERVAL) ` in AppDelegate.FinishedLaunching(...) Tested on a device (iPhone 6s). My PerformFetch implementation...