I'm an Android developer working for a gift card provider. To streamline the process of selling gift cards for merchants, our app adds an item to the Clover inventory, tracking it by its id property. Whenever a transaction including a gift card finishes, we fire up our app to finish the gift card loading process.
The problem is, creating the inventory item isn't working for any of our production customers. It works on all of our testing devices, including several different Clover terminals in our sandbox account, but end users (and, we just discovered, Clover testers) are finding that the custom inventory item is not added. Permissions in the Clover dashboard between the two versions are identical.
Is there something we're missing?