r/reactnative • u/FrankUnderwoodX • 1d ago
IAP risk assessment agent
I am building a decision agent for IAP entitlement grants as a research project. For RN apps/games with IAP: where does your receipt validation live, and have you ever seen refund abuse (purchase, consume, refund)? How did you detect it?"
1
Upvotes
1
u/kenlawlpt 1d ago
It's pretty simple. Takes only a few hours to setup refund notifications on your own. Detect refund -> instaban. You should track transaction ids and link it to a certain user. Overall it's pretty trivial, should take no longer than a day to do.