Why expo-background-fetch is not fetching at all in IOS
I’ve problem my app never gets a chance to fetch the requests, i thought maybe IOS needs time to initialize that so i tried on three real devices and waited three days using build from Testflight, but never got it … When it gets fetch chance it should fetch my backend to give like a fake request (i made this for me to confirm its working), but it never fetches it but when i try to do it manually Xcode > Debug > Simulate Background fetch
it works fine.
Error Domain=NSCocoaErrorDomain Code=512 and Error Domain=NSPOSIXErrorDomain Code=20 “Not a directory”. React native expo
i’m just trying out tweaking a the code from a tutorial to download files with expo-file-system and expo-sharing and i’m encountering this error.