App store rejected due to in-app purchases

I recently downloaded an application that was rejected by Apple due to in-app purchases, the app had a login page before the in-app purchase, which is not allowed.

Now I want to remove the application from the application, all the code has been commented out, but how do I deactivate the in-app purchase in iTunes Connect.

I know that in the “Manage in-app purchases” section of iTunes, a switch called “Purified for sale” is connected, but my question is that this is enough to just set this switch to “No”.

Will you cancel any purchase links for the application for the application and will the application be verified without purchasing in the application?

Or are there any other things that I should consider in order to get the application through the review without buying in the application.

This is a message from Apple that caused the failure:

17.2 We found that your application requires customers to register with personal information in order to access functions other than their account, which is not in accordance with the App Store Review Guide. In particular, users must register to purchase additional content. Applications cannot require user registration prior to providing access to application functions and which are not specifically related to the user. User registration requiring the exchange of personal information should be optional or tied to the specifics of the account. Additionally, the requested information should be related to functions.

+7
source share
1 answer

Now I want to remove the in-app purchase from the application, all code has been commented

Removing the access point to purchase in the application (button action, etc.) from the application code is adequate. Sounds like those that were covered.

How to disable in-app purchase in iTunes Connect.

This is not necessary if the code is deleted. However, to uninstall a purchased application, follow these steps:

  • Sign in to iTunes Connect
  • Go to your in-app purchase management app
  • Select an in-app purchase line
  • Select the "Delete" button located in the upper left corner of the application editing screen.
  • Confirm and repeat for others you want to delete.

Set off and good luck!

+5
source

All Articles