OpenFlutter / rammus

Flutter Plugin for AliCloud Push.阿里云推送插件
Apache License 2.0
77 stars 40 forks source link

iOS AppDelegate内代理方法无响应 #54

Open cg-flsunshine opened 1 year ago

cg-flsunshine commented 1 year ago

自己在AppDelegate里实现的userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification)和didReceive方法无响应。在sdk里边的方法有被调用。是不是代理方法被拦截了?