I'm not sure what code to put here but I have a working in-app purchase setup in my app (in the sense that the correct amount and item is billed to my account) but the problem is the changes never show up on the user's end, when they buy an item the receiver never gets the broadcast which will allow me to run the code that saves the purchase locally.
I copied the code from here for the most part:
So I don't know what the problem is. Nothing freezes, all works, just never runs the onReceive() of the BillingReceiver... anybody else have this?