Search Unity

How to deep link with an iOS push notification?

Discussion in 'iOS and tvOS' started by roseportalgames, Aug 17, 2019.

  1. roseportalgames

    roseportalgames

    Joined:
    Aug 9, 2017
    Posts:
    173
    Hi guys,

    This is a very basic thing but I am having trouble finding a very clear Unity guide on this somewhere.

    How can I deep link when clicking on an iOS notification that I pushed using Firebase Console? I know I need to use click_action and I read the Firebase documentation but it is still not clear to me. What do I enter in the Firebase Console?

    MessageReceived is never triggered if the app is not in the foreground.

    Thanks,