iOS in-app purchase; works on sandbox, not on production

前端 未结 1 1018
别那么骄傲
别那么骄傲 2020-12-20 23:56

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

相关标签:
1条回答
  • 2020-12-21 00:40

    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"
    });
    
    0 讨论(0)
提交回复
热议问题