Read data from ServiceA and send data to ServiceB even when app is not wake up

I need to create a mobile App that need to read data from ServiceA (by providing the user id) and send the data to ServiceB. Once the user installed the app, this needs to be done every day 8 AM, even if the app is not wake up / launched. Is this possible in Ionic? Any reference implementations and documentations available?