is there any possibility to run task in background even app is terminated or closed for IOS using React Native

I am working on Loaction based application that is for IOS now i want to know how we can start background service like in android it should be run even app is closed or terminated.

Thanks