Posts

Post not yet marked as solved
3 Replies
991 Views
Hello,I've been having a lot of problems with background fetch, mainly un-determined behaviuor, even when removed background fetching cabilities it is still happenning!so in order to remove background fetching completely, i have removed:- The `plist` flag for `UIBackgroundMode` `fetch`- `performFetchWithCompletionHandler` from app delegateand then i had put a tracking event that triggers only if the app is in UIApplicationStateBackgroundand i can still the event tracked on both debug and production, so what could be the problem here ? or what is needed more to prevent background fetches completely ?Thank you.
Posted
by haithamr.
Last updated
.