My Windows App reject by the Following reason:
- Depending on the underlying cause of the issue encountered, the following resources may provide useful guidance to resolve: • "Product ID": Avoid hard-coded logic based on the original Product ID. If your application design requires using logic based on a Product ID, use the Windows Phone Store assigned non-volatile Product ID instead
- Data for Windows Phone | Installation folder": Don’t write to the InstalledLocation folder in your production application release submitted for certification (http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402541(v=vs.105).aspx)
- Capability Detection": Double check that the capabilities required by your application are declared correctly. You can do this by running the Windows Phone Capability Detection Tool, as described at How to: Use the Windows Phone Capability Detection Tool (http://msdn.microsoft.com/en-us/library/gg180730.aspx). Note: But My app working in my windows phone(Nokia Lumia 510) and Emulator.
I have totally confused what mistake i done in My Application.
Please give a suggestion. I am wating for all reply
Try testing on Windows Phone 8. There's been a few API changes in Windows Phone 8, which may result in failure on some functions, which works well in Windows Phone 7.