[ad_1]
I’ve an app made with Unity and wish to add deep hyperlinks utilizing FCM.
Every thing works positive on Android, however I am unable to get it engaged on iOS.
Following this guide and this reply.
Problem is that Utility.absoluteURL is empty in Unity on iOS when app opens from notification.
If I click on similar hyperlink on a webpage or in messenger all the things works as anticipated. So I suppose that drawback is in the way in which my notification consists.
I feel that I want use another key (not hyperlink for iOS), however I am unsure (tried deepLink, deeplink, url, hyperlink and a few others, however no luck but). That is what works for me on Android.
{
"to" : "{token}",
"notification" : {
"physique" : "Physique",
"title": "Title",
"hyperlink": "mylink://sometext"
}
}
Any options appreciated.
[ad_2]
