react-native-cookies / cookies

🍪 Cookie Manager for React Native
MIT License
480 stars 95 forks source link

Cookie expires field is missing in Android #175

Open Drashti-Gabani opened 1 year ago

Drashti-Gabani commented 1 year ago

@brentvatne Is there any way to get expires field in the cookie object in Android? currently, I am not receiving that field in Android but it works fine in iOS. I really appreciate any help you can provide.

peterlazar1993 commented 1 year ago

@Drashti-Gabani Unfortunately Android does not provide the raw cookie data so the expiry is not available

https://github.com/react-native-cookies/cookies/issues/70#issuecomment-738948521