I am suffering from one problem is that when I am disabling push notification using below code notification comes in notification bar while the app is in the background but in the foreground, notification disabled
UAirship.shared().getPushManager().setUserNotificationsEnabled(false);
Comments
1 comment