its possible that the purchase?.transactionDate return string!! #2390
Unanswered
carlosandres555
asked this question in
Q&A
Replies: 1 comment
-
It looks like for Android is a number and for iOS is a string |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey, i have a weird case, somes user return string in transactionDate, its possible, normaly should be return a number!! and when use this funtion generate invalidate Date because the transaction is string!!
let startDate = new Date(purchase?.transactionDate);
Maybe a bug?
Beta Was this translation helpful? Give feedback.
All reactions