Reputation: 7634
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):
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?
Upvotes: 3
Views: 1193
Reputation: 2727
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...
Upvotes: 4
Reputation: 4593
If the other company makes the final build then it would make sense to obtain these values initially from them, so when you exchange code the data remains constant.
Upvotes: 0