pushy / pushy-flutter

The official Pushy SDK for Flutter apps.
Apache License 2.0
21 stars 19 forks source link

iOS app not receiving heads up notification when app is in the foreground #73

Closed justatipfromthedeadsequoiatree closed 3 months ago

justatipfromthedeadsequoiatree commented 3 months ago

does Pushy provide heads up notification for iOS devices when app is in foreground?

pushy commented 3 months ago

Hi @justatipfromthedeadsequoiatree , Thanks for reaching out. We'd be glad to assist with your inquiry.

Yes, the Pushy Flutter SDK supports in-app notification banners on iOS 10+.

Please ensure your app is calling the following method before Pushy.setNotificationListener() for in-app banners to be displayed:

// Enable in-app notification banners (iOS 10+)
Pushy.toggleInAppBanner(true);

Please let us know if there's anything else we can help with.