I have an iOS application with automatic rewriting of a subscription, where I use the Node.js app-purchase module . Purchasing a subscription works in the sandbox (deployed via xCode or loaded via TestFlight), but during production, the Node.js module does not seem to cause my success or error handlers .
To simplify / eliminate the code, I changed it, so instead of the purchase date, it uses Date.now .
geppy source share