1

I'm looking for a way to retrieve a cookie saved by a Chrome Custom Tabs. I tried to use the CookieManager but the result is always null.

Here's my code :

CookieManager.getInstance().getCookie(url); // return null

url value is correctly url encoded and exactly the same url which launch my Chrome Custom Tabs.

François Legrand
  • 1,151
  • 1
  • 14
  • 25

1 Answers1

0

My understanding is that the CookieManager only works for a WebView and not the Custom Tabs.

Rich Morey
  • 343
  • 2
  • 11