Hi everyone
this is my first attempt to publish a game on epic store, I have been searching for days but I didn’t find any complete example to manage entitlement for the title: I just want make the user login and check if the title has been bought …
so far I have been able to login, get userid and productid, query for catalogue and:
- if I use Dev Deployment ID I get 1 item from catalogue with ID and game main title
- if I use Stage or Live Deployment ID I get 0 result item from catalogue
now I really need have some help (or a piece of code (or some links to examples)) to understand how to check if the user that has logged in (I am not sure if I have to use localuserid or productid) own the title …
I found many many people struggling with this, so I am not the only one, I have been googling for days before placing this topic, I am asking because I have no idea how to solve it
someone wrote somewhere “use web api”, ok i may also rely on external server but can anyone paste an example of API WS call and how to pass paramter and which parameters (eg productid? the “kind of” token of the item found using dev deployment id? what else?)
thanks - Fabio