#How do I get access to Unity Application.absoluteURL equivalent through Voxel Busters Deep Link API?
1 messages · Page 1 of 1 (latest)
Are you looking for install referral url?
Nope, just a deep link to the app for sign in purposes from our web site
Did you setup schemes or universal links? iOS or Android?
It's schemas for Android that I'm trying to get working. For iOS we rely on the settings and post processor to add links, but then use Unitys callback and absoluteURL to react to the deep links, that works, but not on Android, so there we use the DeepLinkServices.OnCustomSchemeUrlOpen callback but I can't seem to find a way to get the deep link when app is launched from start.
Are you on 2.7.3?
Ok, how will I get the start URL when I'm on the newer version?
If you mean launch url, yes its fixed
yes the launch url. Does fixed mean that I will get it through Unitys API (Application.absoluteURL) and/or that I should expect it to be sent when I subscribe for the DeepLinkServices.OnCustomSchemeUrlOpen callback? Also, thank you so much for your time
Just subscribe to our event. We internally cache until you register for the event in that session.
Great, that answers all my question, thanks again for your help.