Posts

Post not yet marked as solved
3 Replies
716 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
.
Post not yet marked as solved
3 Replies
1.6k Views
Hello,I have a problem with my app, i have support for `safeArea` and compatible with the new iPad pro, works great in Debug but still shows black bars ( edges ) on Production!I'm not using launch images, only a launch storyboard which has traits for new iPad pro.Anybody is in similar situation ?thanks.
Posted
by haithamr.
Last updated
.
Post not yet marked as solved
5 Replies
7.2k Views
Hello,Since i updated to Xcode 10 and Mojave, every third build giving me error:Could not attach to pid : “..........” Ensure “UnitTests” is not already running, and xxxx has permission to debug it.Thta's happening really frequesnt and become such a pain, cleaning derived data, switching to old build system, adding extra spaces/new lines and compiling again, resetting all data on simulator didn't really help.I would really appreciate if somebody nailed it yet.Thanks.
Posted
by haithamr.
Last updated
.