crramirez/uwp_bridge_java

Is App.exe open sourced ?

Opened this issue · 8 comments

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

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

jdevp commented

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

jdevp commented
jdevp commented

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 commented