views:

14

answers:

0

I developed In App for my application and tested it with a test id and it all worked fine.But due to a different bug my application got rejected.After resolving the bug i resubmitted the application but now pple rejected it saying

The subscription in app purchases have been rejected. A rejected in app purchase cannot be reinstated. It will need to be re-created if necessary. You are required to take action to edit the detail information or cancel the request to change the detail information before this in app purchase can be reviewed again.

so i

  • changed the Product Identifiers in my application(com.company.myapp).
  • Also on Itunes Connect(through manage in App Purchases) i changed the name of product identifiers to the new one(com.company.myapp).
  • also I changed it in my server from where i was verifying the receipts.

After doing all this and resubmitting the application apple rejected the application with the same reason. What can be the possible solution to avoid such rejections?? i thought changing the product identifiers will work fine..Also in itunes Connect in manage App Purchases i edited the old in app when i changed the product identifier.should i completely delete the old one and make a new one from scratch in Itunes Connect?? or should the whole in app purchases i created in my application be re-created??