-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 version requirement #3
Comments
Hello,
It applies to any Win32 application that you want to pack as an appx and
upload to the Store. Windows 10 Anniversary Update is the Windows version
which brings support to Win32 apps packed as appx.
To answer your question, yes this restriction applies to
desktop-to-uwp-manual-conversion
<https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion>
as
well.
Yes, due to launch4j.xml should not be included in the final package. This
is only to generate the app.exe
Regards
…On Mon, Oct 1, 2018 at 10:45 AM jdevp ***@***.***> wrote:
hi crramirez,
I'm reading the link from the following. It says that
"The Desktop Bridge was introduced in Windows 10, version 1607, and it can
only be used in projects that target Windows 10 Anniversary Update (10.0;
Build 14393) or a later release in Visual Studio."
I wonder if the restriction is just for VS or it also applies to this
project.
https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion
Also, at end of this project, we'll get an assigned App.appx (
SwingSet.appx in this case). But we'll still need to generate *.pri files,
Assets directory and package the application for the store, correct ?
The file launch4j.xml should be at the same structure level at app.exe and
app.jar but in your example, it is under the root directory.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AIAiQ1IYIp646jnTmmwmkx7U1XhTGh-Tks5ugjirgaJpZM4XCWaN>
.
|
Hi, Thanks for information. Is there a way to manually create appxupload package without VS ? I read somewhere that MS Store only accepts appxupload package. Any other packages can only be used for testing purpose. Thanks |
Yes of course follow the instructions I left in the README.md or
https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion
.
Check the scripts I have in the project
In fact I don't use VS
Regards
…On Tue, Oct 2, 2018 at 4:53 PM jdevp ***@***.***> wrote:
Hi,
Thanks for information. Is there a way to manually create appxupload
package without VS ? I read somewhere that MS Store only accepts appxupload
package. Any other packages can only be used for testing purpose.
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIAiQ6lsDI20zCiVyvrNQjxmAcqj6uytks5ug-BKgaJpZM4XCWaN>
.
|
Yes, I read the instruction and your script. What you have is to create .appx package but not .appxupload package. According to MS, .appx can be loaded for testing but for the store, they recommend .appxupload. From this link https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps it says "https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps" So basically it says that you need to create .appxupload package if you want to distribute your app. The package .appx can only be used for testing. "App Package (.appx or .msix) |
Hi, Did you actually submit to Dev Center or just created App.appx for sideloading ? According to this link, I'll need to submit "desktop bridge form" for App.appx to be accepted. |
I don't remember right now but I am sure I didn't use VS. Yes I had to fill
the form and pass a testing process very strict until my application was
accepted.
This is my application :
https://www.microsoft.com/store/apps/9MTC7F4TRZ0V
Good luck
…On Tue, Oct 2, 2018, 9:57 PM jdevp ***@***.***> wrote:
Hi, Did you actually submit to Dev Center or just created App.appx for
sideloading ? According to this link, I'll need to submit "desktop bridge
form" for App.appx to be accepted.
http://answers.flyppdevportal.com/MVC/Post/Thread/2b2752c1-63a8-44b9-9caa-1c8d97e5d622?category=windowsstore
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIAiQ3gJnhclk_ePv0uxeVICsV5CbX29ks5uhCeCgaJpZM4XCWaN>
.
|
Hello, As uploading my app again, I have a comment. Regards |
hi crramirez,
I'm reading the link from the following. It says that
"The Desktop Bridge was introduced in Windows 10, version 1607, and it can only be used in projects that target Windows 10 Anniversary Update (10.0; Build 14393) or a later release in Visual Studio."
I wonder if the restriction is just for VS or it also applies to this project.
https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-manual-conversion
Also, at end of this project, we'll get an assigned App.appx ( SwingSet.appx in this case). But we'll still need to generate *.pri files, Assets directory and package the application for the store, correct ?
The file launch4j.xml should be at the same structure level at app.exe and app.jar but in your example, it is under the root directory.
The text was updated successfully, but these errors were encountered: