We are sending silent pushes to wake up our application. (We do use priority 5 and push type 'background')
This is working on most iOS devices.
But out of the blue 2 iOS devices (one on iOS 14, one is downgraded again to 14) do not wake up anymore.
- We tried reinstalling the application but no luck.
- Badges are set correctly.
- When attaching the device to the console we see this log:
dasd(DuetActivitySchedulerDaemon)[141] <Notice>: Push not allowed for <private>
- When comparing to a device where this does work we are not seeing the above log but we do see:
dasd(DuetActivitySchedulerDaemon)[125] <Notice>: com.apple.pushLaunch.appId:A53B1D:[ {name: DeviceActivityPolicy, policyWeight: 5.000, response: {Decision: Can Proceed, Score: 0.05}}
] sumScores:92.260000, denominator:97.010000, FinalDecision: Can Proceed FinalScore: 0.951036}
Does anybody know what we are missing or how we can debug further?