I'm working on an application with in-app purchase feature.
When using xcode 5.0.1 I managed to submit content (non-consumable) to itunesconnect.
After I updated to xcode 5.1, I still can submit to itunesconnect without any error (passes validation) but I always get emails from itunesconnect@apple.com:
Dear developers,
We have discovered one or more issues with your recent delivery for "app-name". To process your delivery, the following issues must be corrected: The archive for In-App Purchase '*product_identifier*' is invalid. Productutil version 236 or later is required for In-App Purchase content delivery. Once these issues have been corrected, you can redeliver your package.
regards,
The App Store team
I've been looking productutil, but always find a dead end.
Is there anyone who has experienced this?
Where "productutil" is if you have downloaded?
Thank You