victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 40 forks source link

Is it possible to access the browser cookies? #46

Open MatheusTLemos opened 2 years ago

MatheusTLemos commented 2 years ago

We have an app that opens links to the company website using flutter_web_browser, that website uses cookies for a variety of reasons. As of iOS 14.5, Apple requires that apps on the App Store need to receive the user’s permission before collecting data used to track them, and provide an option to opt out of cookies. Since the website is developed by a different team, the easiest way to deal with this issue would be to manually access the browser cookies and set permissions to off. Is it at all possible to do it using this library?