windows-phone-8xapnokia-imaging-sdklumia-imaging-sdk

Which Xap file is to be submitted to windows phone store


I have developed an application using Nokia Imaging SDK. It builds two forms of the XAP file, one for ARM platform and another for x86. Can anyone tell me which XAP file should be submitted to windows phone 8 store ??
And should I submit the file from debug folder or from release folder and why ??

Thank you!!


Solution

  • Can anyone tell me which XAP file should be submitted to windows phone 8 store ??

    Use Any CPU, this will allow them to test it on emulators (x86) or real devices (ARM).

    And should I submit the file from debug folder or from release folder and why ??

    Release, because this mode includes optimizations not present on Debug mode.