How to add in-app purchases?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Rob1980

Hi everyone! Today I have a problem in adding in-app purchases. I created a running game ready to be exported. Now, I wanna create new levels and items to add as in-app purchases. Unfortunately, however, I don’t know how to do it. Can someone help me, please? Thank you so much!

Nobody can answer me? :frowning:

Rob1980 | 2018-12-31 15:00

:bust_in_silhouette: Reply From: Nothing

If I were you I would try to do this:

  1. Get a account system for players built into the game
  2. Set up some sort of site where you have the player login to their ingame account then after they login you can now allow them to buy offers and perks and stuff. (To check if a player has a certain perk that they purchased on their account make a value in your account database that accounts for that perk or item and then tell your game to reach that certain database server of yours to see what the player purchased each time they log in, make sure you clear their perks and items if they are offline to prevent cheapskates).

I know that you want to get premium stuff into your game but setting the microtransaction up is just the beginning, your going to have to deal with people trying to get things for free and taxes. Also I forgot to mention, most indie games run at a loss and some don’t even generate money.