No Response StoreKit

Hi I'm programming an iMessage app with in app purchases. My problem is that when I fetch the products the response is nil. I could imagine that there is a problem because of the targets but I have no idea. Does anyone know a solution?

Replies

See  invalidProductIdentifiers:

The App Store may not recognize your product identifiers unless you meet following criteria, as applicable: Agree to the latest Apple Developer Program License Agreement.

  • Complete all the financial agreements as described in the Agreements, Tax, and Banking Overview. When you renew your developer membership, see if you need to make updates to your agreements. When your developer membership expires, your financial agreements expire as well.

  • Your app uses an explicit App ID.

  • Clear the in-app purchases for sale in App Store Connect. See Set availability for in-app purchase.

  • Modified in-app purchases are available to the App Store servers.

  • The product identifier specified in App Store Connect matches the identifier used by the SKProductsRequest object in your app. 

  • Upload the content of your product to App Store Connect. See Upload in-app purchase content to App Store Connect.

For more troubleshooting information, see Fetching Product Information from the App Store.