Question:
How do we add links to our push notifications? So when a user swipes to open the push, it should take them to a specified place in the app. We have deep linking setup in our app already, I just can't find the place to put that link in the Taplytics dashboard.
Answer:
If you take a look at our docs (specifically the didReceiveRemoteNotification method), you can deliver that key-value pair client-side in code and we'd be able to access it from there.
If you're using Branch to handle deep links, please refer to step 5!
Comments
0 comments
Please sign in to leave a comment.