Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepLink to Content on streaming apps #5

Open
MadhanJK opened this issue Jun 8, 2017 · 8 comments
Open

DeepLink to Content on streaming apps #5

MadhanJK opened this issue Jun 8, 2017 · 8 comments

Comments

@MadhanJK
Copy link

MadhanJK commented Jun 8, 2017

Hi,

   Is it possible to do deep linking streaming apps on Tizen TV from an android device? If yes, what could be the params?
@monster-mj
Copy link
Contributor

Hi, @MadhanJK
yes, you can make deel linking seanario to use startArg.
plz, refer to https://github.com/SamsungDForum/SmartViewSDK-HowTo-Article/tree/master/How%20to%20use%20StartArg

@MadhanJK
Copy link
Author

MadhanJK commented Jun 9, 2017

Hi, @monster-mj

I tried the following

Map<String,Object> startArgs1 = new HashMap<>();
Object payload = "80091866";
startArgs1.put(Message.PROPERTY_MESSAGE_ID,payload);
mApplication = mService.createApplication("RN1MCdNq8t.Netflix", "RN1MCdNq8t.Netflix",startArgs1);

but it just launches the netflix app. Here am giving applicationId & channeId the same and payload = 'id of the movie'.

Can you guide, that the params are correct and going in right path

@monster-mj
Copy link
Contributor

@MadhanJK
of course, It doesn't work app which is already existed.
U must implement your own sender app & recevier app then U make deep link seanario.
thanks

@MadhanJK
Copy link
Author

MadhanJK commented Jun 9, 2017

@monster-mj

Thanks

@MadhanJK
Copy link
Author

@monster-mj

Hi,
The following app does deep linking https://play.google.com/store/apps/details?id=com.samsung.smartviewad

@monster-mj
Copy link
Contributor

@MadhanJK
Yep, SmartViewApp do deep liking throughout private protocol.

@makp0
Copy link

makp0 commented May 21, 2019

@monster-mj, hello
have you figured this out?

@piyush2greedy
Copy link

@MadhanJK @monster-mj
R u able to do deeplinking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants