Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 iOS 4 的屏幕上显示推送通知?由于没有通知中心(iOS 5),推送通知会自动显示为警报还是我必须自己实现?
谢谢
实现发送“消息”推送通知的代码/逻辑在 iOS 4 和 iOS 5 中没有什么不同。唯一的区别是用户的外观是带有“转到应用程序”按钮和确定按钮的 UIAlertView 样式通知. 另请注意,没有通知中心会跟踪旧通知。