Purchasing own product shows credit card error

EvgizEvgiz Posts: 184Member
Hey.

Im about to release my game in a few days, but I cant seem to figure out an issue with the ouya purchase system.

Whenever I send a purchase request the normal dialog appears ("confirm" and "cancel).
When I press confirm this dialog appears:

image

There is nothing wrong with my card info, it works on other games.

Another issue Im facing is that the requestReceipt method returns an error "Invalid game UUID was provided" with an error code of 2005. requestProducts() however works. 
This might be because there are no receipts to collect?

Can anyone help me out? Thanks :D

I made the OUYA exclusive games Cube and Creature and Hellworm!
evgiz.net




Comments

  • EvgizEvgiz Posts: 184Member
    I found the issue.....

    For anyone facing the same issue, make sure there isnt a typo in the apps package name... heh

    I made the OUYA exclusive games Cube and Creature and Hellworm!
    evgiz.net




  • NotSoGenericNotSoGeneric Posts: 7Member
    I ran into the same issue. The problem was the I assume that the app's package name is the same for the source file's package name. So when I re-factored the package containing the source files in Eclipse, I forgot to change the package name in the Manifest.xml. After doing so, I had to uninstall, then re-install my game to fix the issue. I hope this save someone some time.
    "Beat Time" Developer - Hardcore Dubstep Rhythm Game, released 7/13/13
Sign In or Register to comment.