首页 > 代码库 > ios--远程推送(2016)

ios--远程推送(2016)

1,添加新的框架 UserNotifications.framework

导入  #import <UserNotifications/UserNotifications.h>

1》UNUserNotificationCenter   实例化通知中心

2》注册声音、横幅和振动(ios系统不同,注册方法不同,分情况操作)

3》获取设备字符串

 

ios--远程推送(2016)