iosphere / ISHPermissionKit

A polite and unified way of asking for permission on iOS
https://iosphere.de
Other
614 stars 44 forks source link

Push notification arriving, but not waking device? #89

Closed emaddoma closed 7 years ago

emaddoma commented 7 years ago

If I send my app a push, it's always received. Alerts appear outside the app. Alerts appear on the lock screen. However, if the device is locked and the screen is off, the push to my app doesn't wake the device and play sound like my other apps do. Am I missing something?

h3smith commented 7 years ago

This is a bug within iOS. lock screen pushes can be very delayed.

emaddoma commented 7 years ago

Ah, good to know!