Hello,
Now we have integrate Roku in-app purchase method but we have some question:
for now we have on fakeServer="true" and when we did fakeServer="true" it gives the list of product we have in csfake folder but when fakeServer="false" it also gives product list and from where that product came?and when we do fakeServer="false" and upload our package or channel in Roku store account then does it automatically gets our product list that we have created in our Roku store account or not? and another question is when we click on product it says let's create your account dialog and there is continue and cancel button, since we already have account and clicking on continue it gives us a field to enter pin number so does this pin number will be emailed to that email id that we have login with our box?
And to validate the particular transation how can we send the transation id to the backend team since api url is:https://apipub.roku.com/listen/transaction-service.svc/validate-transaction/{partnerAPIKey}/{transactionid} can anyone explain?or when we upload the channel or package in channelstore and when the api with apikey will hit does it automatically gives transation id or what?