My iOS app is not recieving any push notifications whilst in the background, but it does recieve them in the foreground.
The iPhone is running iOS 10.3.1 so it shouldn't be the iOS 11 issue where they're only delivered sometimes.
The app isn't being force killed, I'm simply exiting it by pressing the home button.
Obviously compiled in release mode and with the UIBackgroundModes line. Any ideas?
I'm using releaselogger to check wheter the remotenotification event is raised or not, and the code for the sending app is the same as the one in the push notifications tutorial (modified as written in the silent push notifications one)
The iPhone is running iOS 10.3.1 so it shouldn't be the iOS 11 issue where they're only delivered sometimes.
The app isn't being force killed, I'm simply exiting it by pressing the home button.
Obviously compiled in release mode and with the UIBackgroundModes line. Any ideas?
I'm using releaselogger to check wheter the remotenotification event is raised or not, and the code for the sending app is the same as the one in the push notifications tutorial (modified as written in the silent push notifications one)