Jai Deves
Jai Deves

Reputation: 102

Browser callback in Samsung Tizen TV

We are developing a web app for Samsung tizen tv and stuck at payment. We are using third party payment apis which should open on webview and after transaction app should get a callback.

Please help us, how to get a callback from tizen browser to app.

Upvotes: 0

Views: 558

Answers (1)

stuckatzero
stuckatzero

Reputation: 719

Samsung provides their own payment system for Tizen devices (samsung checkout) and I'm not sure if using third-party libraries for in-app purchases is allowed by Seller office policies, at least without the approvement from Samsung. You should check it with your region's Samsung account manager.

Regarding the 'webview' in Tizen TV...

  • What have you implement on your app? iFrames are supported partially on Tizen TVs, and Tizen webApis will not work on them (related)

  • When you said 'callback from Tizen Browser' I guess it is because you have tried to do an href to open your payment website 'inside' you app, but at this point then TV browser has been opened. Please note that any external link will be opened by the TV browser, and surely be rejected by QA

Upvotes: 0

Related Questions