Testing BackgroundFetch in Expo

What’s the best way to test backgroundFetch? From what I understand, iOS controls when background tasks are run. If this is true, how do you reliably test your code?

Were you able to figure this out? I can’t even get background access in expo client for my background location task.

Edit: I think I found the solution, have to build ad-hoc - startLocationUpdatesAsync not working on ios device via ExpoClient - #6 by bosuntechnology

I am unable to do this with the custom Expo client. I am writing up a bug specific for iOS as a previous one was more general and I can confirm it works properly on Android