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.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have a really strange situation, whenever my app is installed, i don't get notifications from other apps, and as soon as i delete it, i start getting all notifications from all other apps, did anyone encounter a similar situation ?
Thank you