djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

APNS banner doesn't appear on home screen while using send_multiple #195

Open MrCsabaToth opened 7 years ago

MrCsabaToth commented 7 years ago

Not the same as #181 because send_multiple works in my case if the application on the iOS device is in the foreground. However there's no banner seems to be stacked on the home screen (as usual for other applications) when my application is in the background or stopped so the user would see it during the next unlock.

Strangely the banner seems to show up on the home screen if I avoid using send_multiple.