Reputation: 75
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!
Upvotes: 0
Views: 138
Reputation: 2120
SSO API requires patner level privileges.
Select "Partner" in Privilege drop-down in "Distribution Certificate" step of "Create Certificate Profile".
Upvotes: 0