Are package/product IDs mandatory in WMAppManifest.xml?
manifest, windows-phone, windows-phone-7, windows-phone-8
Solution
The values of ProductID, Author, Publisher and PublisherID are only relevant for local testing and are overridden when submitting your app to the Windows Phone store...
- A previous answer regarding Windows Phone 7 and the WMAppManifest.xml
- Windows Phone 8 and the new PublisherID
Problem
I need to create an application for another company. Therefore, I won't submit the app directly, but need to let the company customize it and submit it itself. I heard that some attributes of the WMAppManifest.xml file are replaced automatically by the web submission interface, and others are not. What is the state of the following ones (it's never mentioned in Microsoft resources): - ProductID - Author - Publisher - PublisherID Can I let the values generated by Visual Studio in the manifest (then I assume they will be overridden by the web submission interface), or must I ask my customer its own values for these fields?