You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: