How do I prevent Alert when App is on Foreground with Incoming OneSignal Push Notification?

后端 未结 4 1857
失恋的感觉
失恋的感觉 2021-01-12 08:33

When my app is in the foreground, there is a alert that appears. How do I prevent this from appearing when receiving push notifications?

4条回答
  •  暖寄归人
    2021-01-12 09:07

    By default OneSignal shows notifications as alert dialogs when the app is infocus. To change this pass kOSSettingsKeyInFocusDisplayOption with the value OSNotificationDisplayTypeNotification or OSNotificationDisplayTypeNone to settings on initWithLaunchOptions.

提交回复
热议问题