Start build indie games requirement

Hi, I’m a game developer that have experience building online games with big company
Recently me try build some indie games
May I know what the efficient way to have platform let me

  1. store score/coin/diamond about securely
  2. in apps purchase
  3. in apps ads verification (that detect player really finish the ads)
  4. connect facebook/google/apple

Really appreciate for anyone that give me some guideline for that

Check out Unity Gaming Services. Above and beyond that it’s essentially your job to research viable options. Especially since this depends heavily on your requirements, and also it’s rather easy to find viable options within minutes.

1 Like

I would recommend Playfab with Azure Functions.

For ads verification, many ad networks have a S2S postback (server-to-server postback), so you can create a web hook that the network calls once the user finishes watching an ad, and reward them.