promotion-code

Testing in-app purchase before going live

So here is the scenario: You have already tested your in-app purchase code in the sandbox environment and everything went perfectly. Your app is now "Ready for Sale" and you want to make sure in-app purchases work flawlessly prior to actually letting your app hit the app store. To try this, I downloaded a "pre-release" version from...

How can I embed a simple shopping cart into my Rails app?

I'm developing a simple event management/ticketing application for LAN parties. I have a need obviously to have the user buy tickets for events. Currently, a User visits an Event page and selects a Ticket. After the user pays for the Ticket, a Registration is created and the User is permitted to further interact with other Users and the...