Uploading In-App Purchases using iTMSTransporter

Hi, I try to upload In-App Purchases to Itunes Connect, using iTMMS loader and I expect to see new InApp Purchases to iTunes for my application, but there's nothing and there's no any e-mail with errors etc.

Steps to reproduce:

1. Created new upload file .itmsp

2. Created directory on my local computer Desktop/AppLoaderPackages with subfolders (packages, success, failure), put .itmsp file to the ~Desktop/AppLoaderPackages/packages

3. Verified my upload file using Xcode command /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/bin/iTMSTransporter -u <user-name> -m verify -v eXtreme -f ~/Desktop/AppLoaderPackages/packages/apploader20180202101533.itmsp -p (Verification completed successfully)

4. Started uploding, using command /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/bin/iTMSTransporter -u <user-name> -m upload -f ~/Desktop/AppLoaderPackages/packages/ -itc_provider 87V54RC58L -indicator true -v eXtreme -t DAV -success ~/Desktop/AppLoaderPackages/success/ -failure ~/Desktop/AppLoaderPackages/failure/ -p (As a result I received in console log message 1 packages were uploaded successfully: <USER_PATH>/Desktop/AppLoaderPackages/packages/apploader20180202101533.itmsp)

Expected behavior: that was the pack containing renewable purchases, so I included there new renewable_products, locales, group_locales and custom tiers, all this information I expected to see updated in iTunes interface or to have the e-mail with description of error.

Actual behavior: there's no any updates during 2 weeks, since the first attempt, there's no any messages to e-mail (when I had incorrect screenshot I even had e-mail with description of correct formats of screenshots). Uploaded file just was sent to the middle of the nowhere.

Uploading In-App Purchases using iTMSTransporter
 
 
Q