Pushy Support

  • Total activity 178
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 90

Activity overview

Latest activity by Pushy Support
  • Pushy Support created an article,

    How can I add support for Web Push on iOS 16.4+?

    For Web Push on iOS 16.4+, your website / web app must be installed as a PWA (your users will first need to click the "Share" button -> "Add to Home Screen" before they can sign up for push notific...

  • Pushy Support created an article,

    How do I unsubscribe a device from all its Pub/Sub topic subscriptions at once?

    You can pass in an asterisk to unsubscribe a device from all its subscribed topics at once:   Android: Pushy.unsubscribe("*", getApplicationContext());   iOS:  pushy.unsubscribe(topic: "*", ha...

  • Pushy Support created an article,

    Why aren't I receiving Web Push notifications on Google Chrome on macOS?

    First off, please check whether Google Chrome is allowed to display notifications by visiting System Preferences -> Notifications & Focus, and ensuring Allow Notifications for Google Chrome is togg...

  • Pushy Support created an article,

    How can I enable foreground service functionality on Android?

    If your users will be okay with seeing an ongoing foreground service notification, consider using our foreground service functionality to work around notification delays when your app is in the bac...

  • Pushy Support created an article,

    Why are notifications delayed when manually killing / swiping away my Android app from the recent apps, even after implementing FCM Fallback Delivery?

    It turns out that on some Android devices (such as Samsung and some Chinese manufacturer devices), when you run your app from within Android Studio, and you later terminate it by swiping it away fr...

  • Pushy Support created an article,

    How can I resolve "UnknownHostException" errors?

    UnknownHostException indicates there is a local DNS resolver error. The device isn't able to resolve DNS names. It most often occurs when the Android device's Internet connection is unstable - no c...

  • Pushy Support created an article,

    How much does Pushy Enterprise cost?

    Pricing for Pushy Enterprise depends on how many total unique devices you intend on sending notifications to, and whether you'd prefer a hosted or self-hosted deployment. Once you can provide more ...

  • Pushy Support created an article,

    Does Pushy support notification collapsing?

    Yes! You can collapse notifications by specifying a collapse key in requests to the Send Notifications API. When specified, any undelivered notifications pending for device(s) with the same collaps...

  • Pushy Support created an article,

    Does Pushy support AOSP devices?

    Yes, the Pushy Android SDK works on any AOSP Android 4.1+ device with Internet connectivity. Lots of companies use Pushy to add push notification support for AOSP devices that lack Google Play Serv...

  • Pushy Support created an article,

    How can I support multiple app flavors with Pushy?

    For supporting multiple app flavors (such as dev / test / prod), you have three options:   1) If all of your app flavors have different Android package names and/or iOS bundle IDs, please create s...