摘要:
参考:http://blog.csdn.net/azhou_hui/article/details/50790870 1. 本地推送主要包括在android和ios上,下面所有的代码都是本人写的,经过测试是没有问题的,已经运用到项目中了。首先是接口INotification: using Syste 阅读全文
摘要:
1. 时间戳转 DateTime static DateTime GetServerNow(ulong serverTime) { DateTime dateTimeStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTim... 阅读全文