Deep linking?

Hi,
can anyone explain deep linking with code?
where the changes have to be made in our current application?
does anyone have sample application in which deep linking has been incorporated?

The SDK docs do a good job of explaining what you need to do in your code to handle deep link parameters. You have to accept deep linking parameters in your main function and perform the appropriate task based on the deep linking params.

The blog is helpful too -
https://blog.roku.com/developer/2016/06 … p-linking/

“bbrouse” wrote:
The SDK docs do a good job of explaining what you need to do in your code to handle deep link parameters. You have to accept deep linking parameters in your main function and perform the appropriate task based on the deep linking params.
Thank You.

“destruk” wrote:
The blog is helpful too -
https://blog.roku.com/developer/2016/06 … p-linking/
Thank You