Cannot run the app which contains purchase flow

I have made a Samsung TV app ready to publish. Now I am implementing purchase flow in my app. I’ve tried samples of purchase flow to load into Tizen studio, but can’t load. So, I’ve read docs of purchase flow. I am trying different things of purchase flow.
But upon adding these permissions in config.xml, the app cannot be loaded to Samsung TV.
Here are the 3 permissions which I am declaring in my config.xml:

<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"/>    

Here is the error image which I got when installing the app
image

Let me know what I am missing here?
Thanks in advance!

Since no one responded, I would suggest you look for an answer in the FAQ-Q/A under the most appropriate topic on the Smart TV Seller Office site If you don’t find a solution there then sign in and open a Smart TV Seller Support Request . They can help you better there.

Ron
Samsung Developer Relations

I am explored more into that, seems that the service ```
<tizen:privilege name=“http://developer.samsung.com/privilege/sso.partner”/>
is having something wrong, when I add that, the app can’t be loaded and when I remove this, but added two others, the app run but can’t go with that.
Furthermore, if I add https instead of http, the app also loads, but when getting products, some expected results come, followed the official docs for purchase flow which gives me unexpected response from Samsung purchase API, seems like there are some things that have to be done from the Samsung Team.
Also, I’ve explored apps on TV to see if people have implemented purchase flow in Samsung TV Tizen app, but I have not found any app that have implemented. Instead, they direct user to login on the web, giving mac address and app id to users for login, then they get their payment on the web and user can continue using their app.
I have found 2 monetization methods. The subscriptions or one-time payment they got from third party and some free apps have ads.
Now I know how can I implement third party purchase flow.
I want to know about how can I implement ads into my apps. If you know something about ads implementation in Samsung Tizen app, please let me know.

@aleemaheer

You will need to ask this in the TV Seller Office Q&A they should be able to assist you. They like to run their support there.

I wish I could help more.

Ron
Samsung Developer Relations

Hello Ron,

Thank you for your quick response. I have opened a request in Smart Seller Office for purchase flow and ads implementation.
Hope they’ll better guide us :slight_smile:

Hi Aleemaheer,
I hope you implemented the Samsung purchase API. I am about to develop a TV application using ReactJs that includes Samsung checkout where the user makes payment directly on the TV. Since I am new to Samsung API, I need some clarifications about the payment flow. Kindly share with me how the checkout page is displayed on the TV and what steps should be followed.

Regards,
Mohsin

I have tried enough to implement this but have not implemented yet. Above I mentioned my findings and I’ve asked in samsung developer support as @r.liechty_SDR have mentioned but they have not reply yet.