How do you get a background service running a web view in iOS using react- native?
I need to gather user history from myactivity.google.com on iOS using a React Native app.
I am able to do this on Android by loading the webpage in the background and scrape the data, can this be done in iOS too?