Our messaging application with VoIP feature build with Xcode 11 beta 2 and running iOS 13 beta 2 stoped receiving notifications over PushKit while the app is in the background or not runnig. At the same time notifications get delivered fine when the app is in the foreground.
The issue with notifications not delivered to a backgrounded app appears to be the system issue as they get delivered to the phone but not passed to the app. The fact that a notifction gets delivered to the phone can be conformed with apsd process logs which appears as follows in our case
: Received message for enabled topic 'com.MyAppName.voip' onInterface: NonCellular with payload '{
aps = {
...
}' with priority (null) for device token: NO
This is a recent regression in the beta 2, since we could not reproduce it with beta 1.