标签: alert nsnotificationcenter banner ios5
有没有办法在没有启用推送通知的情况下在通知中心显示通知?例如,如果电子邮件发送失败,我可以创建一个字符串并将其显示在顶部的横幅中吗? 对不起,我是iphone开发新手
答案 0 :(得分:0)
您可以简单地使用本地通知,这应该像以前的iOS版本一样工作。 Push and Local Notifications Appear the Same to Users
至于创建通知的基础逻辑,我不相信API会发生这么大的变化。我的猜测可能会改变的只是通知呈现给最终用户的方式。
About Local Notifications and Push Notifications