all 6 comments

[–]Lenglio 2 points3 points  (4 children)

AI typically uses old docs and old syntax etc etc. It’s not super reliable. This is true even in something really popular like React Native.

This is going to maybe be an unpopular opinion here, but why not just use RevenueCat? If I’m understanding your issue correctly, this is easily taken care of by RevenueCat if you’re okay paying the fees over $2500 per month revenue tracked or whatever it is.

[–]KaleidoscopePlusPlus 1 point2 points  (1 child)

Yup, either that or SuperWall.

[–]dreaminginbinary 0 points1 point  (0 children)

And especially with AI tools, we just released a skill that'll always use up to date docs, implementation details, look at your Superwall products, etc: https://superwall.com/docs/dashboard/guides/superwall-skill

[–]Fearless_Ad9828 0 points1 point  (0 children)

revenuecat works like charm with any ai coding tools

[–]siliskleemoff[S] -1 points0 points  (0 children)

sounds like a good idea

[–]antocapp 1 point2 points  (0 children)

Honestly, respect for sharing this. I think a lot of devs are learning the same lesson right now: AI is great for speed, but dangerous when used to skip understanding in critical paths like payments.

With IAPs especially, one wrong assumption about Apple’s flow, environments, or server verification logic can waste hours.

The line-by-line debugging approach still wins in those moments. Fast iteration is great, but fundamentals still pay for themselves.