From d9fc63abeead9228e0995e7bdebe5119a9be06b9 Mon Sep 17 00:00:00 2001 From: Siddharth Sathyam Date: Mon, 1 Nov 2021 08:50:42 -0500 Subject: [PATCH] Fixing case where location upladed started wasn't being reported --- IFTTT SDK/LocationService.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/IFTTT SDK/LocationService.swift b/IFTTT SDK/LocationService.swift index bda3c40..fae6808 100644 --- a/IFTTT SDK/LocationService.swift +++ b/IFTTT SDK/LocationService.swift @@ -324,6 +324,7 @@ final class LocationService: NSObject, SynchronizationSubscriber { regionEventsRegistry.remove(existingRegionEvents) completion(false, nil) } else if existingRegionEvents.count > 0 { + eventReporter.regionEventsStartUpload(existingRegionEvents) sessionManager.upload( events: existingRegionEvents, credentialProvider: credentialProvider,