I'm working on the in-app purchases for an android game and I'm finding the description of managed content a bit ambiguous. Let's say the user does "Purchase five bombs." Should the item be five bombs or should bombs be tracked as a single item that is "bought" five at a time. I know the managed items keep track of their count. Does this mean if I use buy five and it's a single item the store will only tell me I own one?
In general I'm just hoping to get a better description of how to handle purchasing of multiples of an item.