Closed justatipfromthedeadsequoiatree closed 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.
does Pushy provide heads up notification for iOS devices when app is in foreground?