x86 only metro application
-
Wednesday, May 02, 2012 4:04 PM
I have a legacy x86 C/C++ library and I am planning to use it in my app. No, I don't have the source anymore so I can't compiled it for ARM.
Can I publish the app and make it only available to x86/x64 win8 users? Does Windows MarketPlace allow such app?
- Edited by yiyiyaya Wednesday, May 02, 2012 4:05 PM
- Edited by yiyiyaya Wednesday, May 02, 2012 4:05 PM
- Moved by Rob CaplanMicrosoft Employee Thursday, May 03, 2012 1:08 AM (From:Building Metro style apps with C++ )
All Replies
-
Thursday, May 03, 2012 1:08 AM
Older C-runtimes may use API which aren't allowed for Metro style apps, so you'll want to make sure that your app using the library can pass the Windows App Cert Kit.
Your question about whether ARM builds are required for the Store would be better asked in the Store forum. I'll move this for you. You can also look at the Certification requirements for Windows apps documentation. The only requirement that I see that mentions processor type is 3.3:
--Rob3.3 Your app must provide the same user experience on all processor types
If your app has a different user interface or functionality when it runs on different processor types, you must submit a separate app for each processor type and describe the differences in the Description of each app.- Marked As Answer by Roberts_EModerator Thursday, May 09, 2013 4:41 PM
-
Thursday, May 03, 2012 3:30 PM
Older C-runtimes may use API which aren't allowed for Metro style apps, so you'll want to make sure that your app using the library can pass the Windows App Cert Kit.
Your question about whether ARM builds are required for the Store would be better asked in the Store forum. I'll move this for you. You can also look at the Certification requirements for Windows apps documentation. The only requirement that I see that mentions processor type is 3.3:
--Rob3.3 Your app must provide the same user experience on all processor types
If your app has a different user interface or functionality when it runs on different processor types, you must submit a separate app for each processor type and describe the differences in the Description of each app.Thanks. The requirement is related but not crystal clear on if completely missing a processor type is OK. I haven't tried to submit any app yet - can someone please tell me if you can submit app for just one processor type?
-
Tuesday, May 08, 2012 3:36 PMModerator
Hi yiyiyaya,
You are able to submit for either or select both processers.
Thanks-
Joe
- Proposed As Answer by peng ge Thursday, June 14, 2012 9:47 AM
- Marked As Answer by Roberts_EModerator Thursday, May 09, 2013 4:41 PM
-
Sunday, October 21, 2012 11:01 AMThanks, this help me.
-
Thursday, February 21, 2013 8:55 PMCan I submit version 1.0 of the app as x86 only and on 2.0 change the processor to both x86 and ARM?


