uwp_bridge_java icon indicating copy to clipboard operation
uwp_bridge_java copied to clipboard

Is App.exe open sourced ?

Open kirillp opened this issue 7 years ago • 8 comments

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

kirillp avatar Jan 17 '18 13:01 kirillp

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

crramirez avatar Jan 17 '18 14:01 crramirez

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.

jdevp avatar Aug 28 '18 17:08 jdevp

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

crramirez avatar Aug 28 '18 17:08 crramirez

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.

jdevp avatar Sep 06 '18 15:09 jdevp

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 ?

jdevp avatar Sep 16 '18 22:09 jdevp

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 https://github.com/crramirez/uwp_bridge_java/issues/2#issuecomment-421846295, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAiQ1RLIsLXfV4l17ruB1T4RDK_365aks5ubtNWgaJpZM4RhXLu .

crramirez avatar Sep 16 '18 23:09 crramirez

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 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.

jdevp avatar Nov 12 '18 22:11 jdevp

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 [email protected] 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 < [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 < 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 .

crramirez avatar Nov 12 '18 23:11 crramirez