Hello,
I’m currently testing the restore purchase functionality in my app, and I’ve encountered an issue where TestFlight testers receive a true
response when triggering restore, even though they have no purchase history.
- Details:
- In Sandbox, it works correctly.
- In TestFlight, the restore function returns success (
true
) even when no purchases were made.
Is this behavior specific to TestFlight? Will this issue persist in the production environment, or is it safe to assume it will work correctly in live deployment?