Submitting in-app purchases

I have got from App Review Team this same feedback during several months:

Guideline 2.1 - Performance - App Completeness We are unable to complete the review of your app because one or more of your in-app purchase products have not been submitted for review. Next Steps To resolve this issue, please be sure to take action and submit your in-app purchases and upload a new binary in App Store Connect so we can proceed with our review.

I am unable to understand and implement what is meant by the feedback: … take action …
What "action" to take?

… submit your in-app purchases … How to "submit in-app purchases"? I know how to submit my app but how "submitting in-app purchases”?

My app contains no separate in-app purchases but several pathways through the app. The app's code contains three flags that act as signposts on user’s way through the app (Basic, Standard, Premium). The signposts are not extra content and features distributed on the App Store. They are existing parts in the app from the very beginning. They are activated according to the model user chooses (Basic, Standard, Premium) and loads down from the App Store.

I try to solve the problem since several months - without success. Links offer no solution. Links say what one can do but not how to do it. What is missing are a couple of lines of code I can adapt and integrate into my app's Objective-C code.

Best regards gefa

submit your in-app purchases … How to "submit in-app purchases"? I know how to submit my app but how "submitting in-app purchases”?

To learn about the various types, see Overview for configuring in-app purchases and Auto-renewable subscriptions.

To offer consumable or non-consumable products in your app, see Create consumable or non-consumable in-app purchases.

To offer auto-renewable subscriptions, see Offer auto-renewable subscriptions.

To offer non-renewing subscriptions, see Create non-renewing subscriptions.

The in-app purchase status indicates whether your in-app purchase is available or if it needs your attention. To submit an in-app purchase for review, it must have the Ready to Submit in-app purchase status.

To submit your in-app purchases, follow these steps:

  1. In App Store Connect, create and configure the type of in-app purchases you wish to sell in your app. Add the required information as stated in the Required, localizable, and editable properties reference.

  2. After configuring the new in-app purchase, check its status.

  3. If the status is Ready to Submit, follow steps in Submit an in-app purchase for the first time or Submit an in-app purchase for a published app to submit your in-app purchases.

  4. If the status is different from Ready to Submit, troubleshoot your configuration.

Submitting in-app purchases
 
 
Q