Background Task 23763 ("amplitude"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Я получаю эту ошибку при получении данных из API [code]Background Task 23763 ("amplitude"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this. [/code] Вот мой код: [code] DispatchQueue.main.async { Amplitude.sharedInstance.track( eventType: "content_remove_from_library_error", eventProperties: ["Category": self.category.subid, "Source" : "ContentPage"] ) } [/code] Может кто-нибудь помочь?