Nawar
Nawar
Thanks for letting me know, I figured as much. On Feb 27, 2015 12:14 PM, "Adam Nalisnick" [email protected] wrote: > I haven't been doing a ton of Swift recently, so...
Just jumping into this conversations, I've also hit this when trying to work with the Perfect's example which integrates with Turnstile. My use case is, I want to return the...
@edjiang I tried that already. In Perfect's Realm implementation, they are trying to return the `Account` in their `register()` and `authenticate()` functions as you can see below ```swift public func...
Actually, I've been using epoch time and it's more than helpful because you can do date arithmetic to that so easily.
I'd convert them to UInt32 and use epoch time. Make sure to use `Date().timeIntervalSince1970`.
Any resolution on this?
@shwetha-manvinkurke yes we did in our case. The test cases in the repo work fine without issues, it seems something has changed from SendGrid side.