I am currently trying to download this file using webKitview on swift, then save it to the bundle resources.
I tried to use an evaluateJavascript function, but did not work.
Is there some method on how to do this?
The link i am currently trying to do is:
https://blockchain.info/export-history?active=13gWtMQJdg3H6XBpFjMELcHLJc1HHp79vD
I was trying to programtically click the export button, then download file as csv
Thank you for any help you can provide