I have an iOS app with auto-renewing subscriptions where I\'m using the in-app-purchase Node.js module. Subscription purchase works in the sandbox (deployed via xCode or do
Look lower on the page for in-app-purchase where they talk about subscriptions. Have you checked your password for iTunes?
iap.config({ applePassword: "1234567890abcdef1234567890abcdef" });