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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: