I am trying to convert my app for the windows store using Desktop App Converter.
If I set the -PackageName option to the Package/Identity/Name given in the dashboard, Desktop App Converter stops with a write error for -PackageName.
But if I put -PackageName to the display name that I want, when I submit the appx file to the windows store I get: Invalid package identity name: and Invalid package family name:
*update
My Pakage/Identity/name takes the form 1234MyApp.MyApp. If I leave out the '1234' then Desktop App Converter completes its run. But of course when I try to submit the appx file to the windows store I the Invalid package identity name and Invalid package family name errors.