-
-
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
Is App.exe open sourced ? #2
Comments
Hello, the exe is just a wrapper generated with Launch4j using the launch4j.xml which is in the repository. |
Hi crramirez, Thanks for providing the procedure. It's very useful. Do you have any experience on how to package and publish a Java app as an in-app purchase app ? From what I read about it, it seems that they require you to push the app to the windows Store first, then configure the app as an in-app purchase app. But I'm not very clear if I have to write C# code to make it happen. |
Hello @jdevp , No haven't used yet any of the store features. Probably you will need to write some code in UWP as an app service extension, probably you could write it in JavaScript instead of C# and communicate it with your application. https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-extend Regards |
Thanks for the response. I see that you commented that App Icons not working . Do you mean that they don't show up in the Store ? Under PackageFiles/Assets, I see different sizes of Icons. Each one of them is required, correct ?
Have you tried to bundle the JRE by placing it under PackageFiles ?
On Tuesday, August 28, 2018, 1:53:14 PM EDT, Carlos Rafael Ramirez <[email protected]> wrote:
Hello @jdevp ,
No haven't used yet any of the store features. Probably you will need to write some code in UWP as an app service extension, probably you could write it in JavaScript instead of C# and communicate it with your application. https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-extend
Regards
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi crramirez, My question is about the App Icons not working in your comment. What do you mean on that ? Does it mean that icon won't show up at the store. I see that you have different scales of the same ico. Is that required ? |
Hello
This was an issue with icons but it is now resolved
Regards
Le dim. 16 sept. 2018 5:40 p.m., jdevp <[email protected]> a écrit :
… Hi crramirez,
My question is about the App Icons not working in your comment. What do
you mean on that ? Does it mean that icon won't show up at the store. I see
that you have different scales of the same ico. Is that required ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIAiQ1RLIsLXfV4l17ruB1T4RDK_365aks5ubtNWgaJpZM4RhXLu>
.
|
Hi crramirez,
I'm finally ready to push my app. If I download your package, what do I need to replace with ? How did you get your .pfx and .cer files ? Did you manually generate them yourself ? I don't see any where that I can download in Dev Center.
I read the doc which says that .pfx will be generated if you VS. I assume that I'll have to generate it myself if I don't use VS.
Regards,
Jay
On Sunday, September 16, 2018, 7:26:40 PM EDT, Carlos Rafael Ramirez <[email protected]> wrote:
Hello
This was an issue with icons but it is now resolved
Regards
Le dim. 16 sept. 2018 5:40 p.m., jdevp <[email protected]> a écrit :
Hi crramirez,
My question is about the App Icons not working in your comment. What do
you mean on that ? Does it mean that icon won't show up at the store. I see
that you have different scales of the same ico. Is that required ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIAiQ1RLIsLXfV4l17ruB1T4RDK_365aks5ubtNWgaJpZM4RhXLu>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello,
If you download my package, follow the instructions in the readme to place
your downloaded jre and pack your application in a jar and call it app.jar.
You can generate them yourself the certificate for testing and for
uploading. But for uploading you need to put the appid that is shown in the
store's page, where you created the application. Please check the
documentation because my memories are blurry.
Regards
…On Mon, Nov 12, 2018 at 5:35 PM jdevp ***@***.***> wrote:
Hi crramirez,
I'm finally ready to push my app. If I download your package, what do I
need to replace with ? How did you get your .pfx and .cer files ? Did you
manually generate them yourself ? I don't see any where that I can
download in Dev Center.
I read the doc which says that .pfx will be generated if you VS. I assume
that I'll have to generate it myself if I don't use VS.
Regards,
Jay
On Sunday, September 16, 2018, 7:26:40 PM EDT, Carlos Rafael Ramirez <
***@***.***> wrote:
Hello
This was an issue with icons but it is now resolved
Regards
Le dim. 16 sept. 2018 5:40 p.m., jdevp ***@***.***> a écrit
:
> Hi crramirez,
>
> My question is about the App Icons not working in your comment. What do
> you mean on that ? Does it mean that icon won't show up at the store. I
see
> that you have different scales of the same ico. Is that required ?
>
> —
> You are receiving this because you commented.
>
>
> Reply to this email directly, view it on GitHub
> <
#2 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AIAiQ1RLIsLXfV4l17ruB1T4RDK_365aks5ubtNWgaJpZM4RhXLu
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIAiQzojjUXOP9bxhmy_kTT9ic4fIwl4ks5uufe-gaJpZM4RhXLu>
.
|
Is App.exe open sourced ?
I did not find it in the repository
The text was updated successfully, but these errors were encountered: