crramirez / uwp_bridge_java

Skeleton for packing Java applications for publishing them on Windows Store
42 stars 8 forks source link

Is App.exe open sourced ? #2

Open kirillp opened 6 years ago

kirillp commented 6 years ago

Is App.exe open sourced ? I did not find it in the repository

crramirez commented 6 years ago

Hello, the exe is just a wrapper generated with Launch4j using the launch4j.xml which is in the repository.

jdevp commented 6 years ago

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.

crramirez commented 6 years ago

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

jdevp commented 6 years ago

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 <notifications@github.com> 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.

jdevp commented 6 years ago

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 ?

crramirez commented 6 years ago

Hello

This was an issue with icons but it is now resolved

Regards

Le dim. 16 sept. 2018 5:40 p.m., jdevp notifications@github.com 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 https://github.com/crramirez/uwp_bridge_java/issues/2#issuecomment-421846295, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAiQ1RLIsLXfV4l17ruB1T4RDK_365aks5ubtNWgaJpZM4RhXLu .

jdevp commented 5 years ago

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 <notifications@github.com> wrote:  

Hello

This was an issue with icons but it is now resolved

Regards

Le dim. 16 sept. 2018 5:40 p.m., jdevp notifications@github.com 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 https://github.com/crramirez/uwp_bridge_java/issues/2#issuecomment-421846295, 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.

crramirez commented 5 years ago

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 notifications@github.com 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 < notifications@github.com> wrote:

Hello

This was an issue with icons but it is now resolved

Regards

Le dim. 16 sept. 2018 5:40 p.m., jdevp notifications@github.com 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 < https://github.com/crramirez/uwp_bridge_java/issues/2#issuecomment-421846295 , 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 https://github.com/crramirez/uwp_bridge_java/issues/2#issuecomment-438052358, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAiQzojjUXOP9bxhmy_kTT9ic4fIwl4ks5uufe-gaJpZM4RhXLu .