Reputation: 1034
In my application the user should have the ability to buy a code that he is able to redeem on another device. The problem with this is that In-app billing doesn't automatically generate a code for you. However, it does generate a purchase token. I have come up with two possible solutions, but I don't know what to do. Here are my options:
Upvotes: 0
Views: 1405
Reputation: 20426
This is very bold to implement something like this. If you want to give users opportunity to give codes to others as a present, then you will need to have a server and keep your codes, as well as information on who and when redeemed it on the server. And this must be very secure and very reliable. This sounds as the option two.
Upvotes: 1