Good Afternoon, I implemented revenue cat in my flutter iOS app for a consumable in app purchase that allows the buying of 50 tokens. Everything works in production except the following. After a user buys one set of 50 tokens, if they try it again, it says “You have already purchased this product. Would like to get this for free?”. I need that to not be the case, the user needs to pay for each purchase regardless of if they have already purchased it. How do I fix this issue? Can't seem to find info about this anywhere. Thanks!
Store Product is Free After First Purchase
Hey
Is it possible that you’ve configured your product as something besides consumable? The message you’re receiving isn’t one that should be associated with a consumable that can be purchased multiple times, and the distinction between product types here would be coming from the App Store itself.
+1
Yup that was the case. I didn’t realize but i could’ve SWORN i set consumable, guess i missed it. Thanks!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.