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.
我知道当应用程序处于前台时处理本地通知的标准方法:
我的问题是,当应用程序处于前台时,是否有可能(甚至使用私有 api)在状态栏区域显示通知消息。
In my knowledge NO.
The best option will be, you need to add a banner on top of your application to show the effect of UILocalNotification. It'll be better than relying on private API's (if any).