InAppPurchase not working in production build

Hello,

I just got my app into the Apple AppStore but now my in-app-purchases which are auto-renewable subscriptions don’t work. The inAppPurchase-plugin returns no products in the production environment (inAppPurchase
.getProducts([‘com.yourapp.prod1’, ‘com.yourapp.prod2’, …])) :frowning:

I searched Google for help, but all I have to do seems to be done already:

  1. Create a paid Applications contract
  2. Get in app purchase products approved

Do I have to somehow assign them to my app or something? In sandbox mode everything works like a charm.

Since the issue is urgent, I highly appreciate every help!!

Bye The_Unknown