Hello,
I am using JanPRO's great tool to package my jar as pkg and send to macstore without a problem. So, I did a major update to my app to v2 and it needs to have some webviews in it. Problem is when i put a webview and even if i just initialize it without loading anything , app is not starting after the packages.
Some findings about this are:
- The jar file works without a problem on mac if it has a webview but after packaging it and installing it , app is not starting , giving an error: "service exited with abnormal code 1"
- This makes me think that, it is a sandbox entitlment problem which we select the permissions while packaging with Janpro's tool. I even tried selecting everything there and it still did not start
- To reproduce the issue yuou can just create a blank project and add a webview. The jar file will work without a problem but after packaging the file if you installl the app , app will not start.
- Tool is using xcode8 & jdk8. updating to xcode9 breaks the tool for now so I have to stick to version 8.
So , I am stucked at this point as I can't publish an update to my app on the store. Would be very happy to take some advices about this.
Thanks,
Tufan
I am using JanPRO's great tool to package my jar as pkg and send to macstore without a problem. So, I did a major update to my app to v2 and it needs to have some webviews in it. Problem is when i put a webview and even if i just initialize it without loading anything , app is not starting after the packages.
Some findings about this are:
- The jar file works without a problem on mac if it has a webview but after packaging it and installing it , app is not starting , giving an error: "service exited with abnormal code 1"
- This makes me think that, it is a sandbox entitlment problem which we select the permissions while packaging with Janpro's tool. I even tried selecting everything there and it still did not start
- To reproduce the issue yuou can just create a blank project and add a webview. The jar file will work without a problem but after packaging the file if you installl the app , app will not start.
- Tool is using xcode8 & jdk8. updating to xcode9 breaks the tool for now so I have to stick to version 8.
So , I am stucked at this point as I can't publish an update to my app on the store. Would be very happy to take some advices about this.
Thanks,
Tufan