Two problems:
- Android is using 'timeStamp' while iOS is using 'timestamp'; (Seems an old issue)
- Android is using nano seconds while iOS is using milliseconds.(Brought in by this commit)
Those problems force us to check the platform when using the timestamp, which could be avoided.
Two problems:
Those problems force us to check the platform when using the timestamp, which could be avoided.