摘要:
目前分为四个推送:用户推送,本地推送,远程推送,地理位置推送。 一、通过调用 [[UIApplicationsharedApplication]registerForRemoteNotifications];来实现 application:didRegisterForRemoteNotificati 阅读全文
摘要:
notification.fireDate=[now dateByAddingTimeInterval:1]; //触发通知的时间 notification.repeatInterval=0; //循环次数,kCFCalendarUnitWeekday一周一次 notification.timeZo 阅读全文