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’, …]))
I searched Google for help, but all I have to do seems to be done already:
- Create a paid Applications contract
- 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