• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

¿How create a Online Store?

E

edgarrios412

Guest
How can I add an online store to my game? That is, the player to buy an item must pay real money, either through PayPal or any payment processor
 

chamaeleon

Member
How can I add an online store to my game? That is, the player to buy an item must pay real money, either through PayPal or any payment processor
You research potential payment processors and learn their API, then implement the API use in your program, if not using an appstore's in-app purchase functionality. Of course, it goes without saying, for myself, there's no way I plug in any payment login information or similar things directly in a random app.
 
Top