aleem aheer
aleem aheer

Reputation: 75

Cannot run tizen app on Samsung TV which contains subscription flow

I am implementing purchase flow in Tizen web app. I've read docs from here. When I have added the following privileges:

<tizen:privilege name="http://developer.samsung.com/privilege/sso.partner"/>
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo"/>
<tizen:privilege name="http://developer.samsung.com/privilege/billing"/>    

I got error when installing app to the Samsung TV and when I remove these privileges, the app install successfully. Here is the error message screenshot attached

Please let me know what I am missing? Thanks in advance!

error screenshot

Upvotes: 0

Views: 138

Answers (1)

Ivan Solntsev
Ivan Solntsev

Reputation: 2120

SSO API requires patner level privileges.

https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references/sso-api.html

Select "Partner" in Privilege drop-down in "Distribution Certificate" step of "Create Certificate Profile".

Upvotes: 0

Related Questions