Skip to content

Add missing allowWebCookies field in the configuration #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
apetroaeiandrei opened this issue Mar 11, 2025 · 1 comment
Open

Add missing allowWebCookies field in the configuration #31

apetroaeiandrei opened this issue Mar 11, 2025 · 1 comment

Comments

@apetroaeiandrei
Copy link

Your Android SDK specifically disables web cookies for webviews as stated here

Our app relies on web cookies and when we display one of your banners for in app messages, the cookies are blocked on our webviews as well, thus causing a lot of trouble. As proof of concept I have hardcoded allowWebViewCookies = true; in ExponeaConfigurationParser.kt and it fixed our issues.

Please update the AndroidExponeaConfiguration to accept allowWebCookies parameter as well. We can't use the feature until it's done.

@roland-misica
Copy link
Collaborator

Hi @apetroaeiandrei,
thanks for the catch! You are right that this parameter is missing in our configuration, we will take a look at it. We will keep you updated when the fix will be available as the next release date is not set yet.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants