IAP Rejected - Not sure how to fix

I recently submitted a new binary and new consumable IAPs for review.

The binary was approved, but the IAPs were set to needing developer attention with the following note:

Guideline 2.1 - Performance - App Completeness
We have begun the review of your in-app purchases but aren't able to continue because your submitted in-app purchases are currently not available for purchase in your app.
To continue the review, we need to verify the content of your submitted in-app purchases.
Next Steps
To resolve this issue, please ensure the in-app purchases are available for purchase in your app. Once you have made the appropriate changes to your app, please upload a new binary and resubmit your in-app purchases for review.

My question is: how can I make the products visible/available in the app if they are not approved? What am I missing here?

Any suggestions/guidance much appreciated! thanks.
App Review accesses approved and submitted IAPs when they test your app during App Review.

Typically an app does an SKProductsRequest and gets a list of all products available on the App Store for that app. If the app has been downloaded from the app Store this SKProductsRequest will only return approved apps. If the app is downloaded from Xcode or by App Review, the SKProductsRequest will show all apps that are approved and that have been submitted for approval. The app then displays the available IAPs and lets the user select which one they want.


IAP Rejected - Not sure how to fix
 
 
Q