参考文章: https://stackoverflow.com/questions/53477564/skproductsrequest-returns-no-product-in-production-environment https://stackoverflow.com/questions/39962649/missing-in-app-purchase-section-in-itunes-connect https://developer.apple.com/library/archive/technotes/tn2413/_index.html 1. 第一次提交内购项目审核通过后的生效规则 The problem was that, actually, you can't download a list of product until the application is in the " ready for sale " state. As stated in the In app Purchase FAQ: " When an application is approved, the developer must also approve the application for release to the App Store. On approval, the application ID is activated to the App Store. The same activation is required for the in-app purchase identifiers and can only take place once the application is activated. In some cases, the activation of the In-App Purchase identifiers may lag up to 48 hours following the activation of the application. If the developer does not approve the release of the production ap...