- Ably FAQs
- Push Notifications
- Common questions
-
Account billing and packages
-
General
-
Realtime API and client libraries
-
Troubleshooting
-
Channels
-
REST API and client libraries
-
Ably error codes
-
Account and app setup and configuration
-
Ably architecture, transports, and security
-
Performance and Redundancy
-
Push Notifications
-
Integrations
-
Migrating to Ably from an existing service
Can I use Deep Links in Ably Push Notifications?
Deep links (an Android concept which is also sometimes used to mean iOS’s URL schemes and universal links) can be created once a push notification is received on the device. You don’t create a deep link using Ably, but you can create one in response to a push message sent by Ably being received by the device (e.g. in onMessageReceived).
There is also implicit deep linking which is not really related to push notifications.
There is also an extra concept for Android, using click action and intent filter (not very well documented anywhere). It’s not a “deep link”, but it will launch the activity specified by the click_action string in the push payload.
If you need any further help, please reach out on our support portal and we will be happy to help you.