Why don’t I receive Push Notifications on my app?

Why don’t I receive Push Notifications on my app?

Apple push notifications

If you don’t see Apple push notifications when you’re connected to a network, check with your network administrator.

To use Apple Push Notification service (APNs), your Mac and iOS clients need a direct and persistent connection to Apple’s servers.
Your iPhone, iPad, or iPod touch might connect to APNs over cellular data (if capable) or Wi-Fi.
If you use Wi-Fi behind a firewall, or private Access Point Name for cellular data, connect to specific ports. You need a direct, unproxied connection to the APNs servers on these ports:

  • TCP port 5223 to communicate with APNs.
  • TCP port 2195 to send notifications to APNs.
  • TCP port 2196 for the APNs feedback service.
  • TCP port 443 is required during device activation, and afterwards for fallback (on Wi-Fi only) if devices can’t reach APNs on port 5223.

Check with your network administrator to make sure that the ports are accessible.
The APNs servers use load balancing, so your devices don’t always connect to the same public IP address for notifications. It’s best to let your device access these ports on the entire 17.0.0.0/8 address block, which is assigned to Apple.

See https://support.apple.com/en-us/HT203609

Android push notifications

Android requires that your app be running (either in the foreground or in the background) in order for it to receive and display notifications.
The simple way to check this is to bring up your current running app list (e.g. by hitting the multitask button) and see if the app is in the list.

For Android Push Notifications ensue the following TCP ports have been opened on our network:

  • 5228
  • 5229
  • 5230
    • Related Articles

    • My connectors don’t run immediately! Why?

      Behind our main web platform, we run a set of dedicated worker servers that process platform generated jobs in the background. These jobs are usually generated by Connector actions, file import/exports and other automatic behaviours occurring on the ...
    • Why can’t my Android devices receive data? (Android SSL Certificate Issues)

      SSL Certificates can cause issues with the data connection between your Android mobile app and any Hosted GET or other web services that you connect to your applications. Android in particular is very strict about an SSL certificate’s trust chains, ...
    • Media files aren’t available in the Data Feed! Why?

      Most likely the files in question have not finished uploading from the app yet. When a form entry is completed, the answer values are prioritized and uploaded first. The size of the answers are also generally quite small and thus upload fast, even on ...
    • GPS capture is sometimes slow or doesn’t work – why?

      Our platform uses the native operating system functionality to acquire GPS coordinates in the most accurate way possible. We also leverage the accelerometer and other device features to provide heading (direction user is facing) and other additional ...
    • Can I use external GPS devices with the app?

      In some situations, you may need better GPS accuracy and reliability than what you receive via the onboard Android/Apple device GPS. For these cases, you should consider purchasing an external GPS receiver for your smartphone or tablet. We’ve done ...